Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (6.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 07 Apr 2013 20:11:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:11:49 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:11:49 -0500 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms) Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (23.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 07 Apr 2013 20:18:02 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:18:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:18:02 -0500 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms) Connecting to database specified by database.yml  (34.8ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (18.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 07 Apr 2013 20:23:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:23:16 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:23:16 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.2ms) Connecting to database specified by database.yml  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (96.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 07 Apr 2013 20:28:44 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:28:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:28:44 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms) Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (147.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 07 Apr 2013 20:33:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:33:13 UTC +00:00]]  (33.8ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:33:14 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (52.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 07 Apr 2013 20:37:36 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:37:36 UTC +00:00]]  (4.7ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:37:36 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.2ms) Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (44.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 07 Apr 2013 20:38:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:38:57 UTC +00:00]]  (8.2ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:38:57 -0500 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 1.7ms | ActiveRecord: 0.3ms) Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (12.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 20:48:43 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:48:43 UTC +00:00]]  (0.4ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:48:43 -0500 Processing by PostsController#index as HTML Post Load (0.4ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.4ms) Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (9.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 20:50:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:50:39 UTC +00:00]]  (0.5ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:50:39 -0500 Processing by PostsController#index as HTML Post Load (0.5ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.5ms) Connecting to database specified by database.yml  (0.1ms) BEGIN SQL (10.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 20:51:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:51:51 UTC +00:00]]  (0.7ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 15:51:51 -0500 Processing by PostsController#index as HTML Post Load (0.4ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.4ms) Connecting to database specified by database.yml  (0.1ms) BEGIN SQL (30.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 20:53:52 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:53:52 UTC +00:00]]  (4.1ms) COMMIT Post Load (0.4ms) SELECT "posts".* FROM "posts" LIMIT 1  (3.0ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (8.4ms) select table_name from information_schema.views where table_schema = 'api_test'  (2.7ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (11.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 20:59:33 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:59:33 UTC +00:00]]  (0.5ms) COMMIT  (0.7ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.4ms) select table_name from information_schema.views where table_schema = 'api_test'  (2.9ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.3ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL  (0.1ms) BEGIN SQL (1.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 20:59:33 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 20:59:33 UTC +00:00]]  (0.4ms) COMMIT Post Load (0.4ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "posts" DISABLE TRIGGER ALL  (2.8ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.3ms) BEGIN SQL (11.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:00:08 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:00:08 UTC +00:00]]  (0.5ms) COMMIT  (0.4ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.3ms) select table_name from information_schema.views where table_schema = 'api_test'  (2.6ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.3ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL  (0.2ms) BEGIN SQL (1.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:00:08 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:00:08 UTC +00:00]]  (0.5ms) COMMIT Post Load (0.4ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.2ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "posts" DISABLE TRIGGER ALL  (1.5ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.2ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL  (0.3ms) BEGIN SQL (1.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:00:08 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:00:08 UTC +00:00]]  (0.3ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:00:08 -0500 Processing by PostsController#index as HTML Post Load (0.4ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.3ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "posts" DISABLE TRIGGER ALL  (1.3ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (8.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:00:43 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:00:43 UTC +00:00]]  (0.8ms) COMMIT Post Load (0.4ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.5ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.3ms) select table_name from information_schema.views where table_schema = 'api_test'  (1.9ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.3ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL  (0.2ms) BEGIN SQL (1.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:00:43 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:00:43 UTC +00:00]]  (0.4ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:00:43 -0500 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.2ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "posts" DISABLE TRIGGER ALL  (1.6ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.3ms) BEGIN SQL (8.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:01:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:01:06 UTC +00:00]]  (0.8ms) COMMIT Post Load (0.5ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.4ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.4ms) select table_name from information_schema.views where table_schema = 'api_test'  (2.0ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL  (0.3ms) BEGIN SQL (0.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:01:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:01:06 UTC +00:00]]  (0.4ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:01:06 -0500 Processing by PostsController#index as HTML Post Load (0.4ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (0.1ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "posts" DISABLE TRIGGER ALL  (1.5ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (8.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:01:34 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:01:34 UTC +00:00]]  (2.0ms) COMMIT Post Load (0.4ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.3ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.4ms) select table_name from information_schema.views where table_schema = 'api_test'  (2.0ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL  (0.1ms) BEGIN SQL (0.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:01:34 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:01:34 UTC +00:00]]  (0.5ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:01:34 -0500 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.3ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "posts" DISABLE TRIGGER ALL  (1.4ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.2ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.1ms) BEGIN SQL (8.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:02:48 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:02:48 UTC +00:00]]  (0.5ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:02:48 -0500 Processing by PostsController#index as HTML Post Load (0.4ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.4ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.3ms) select table_name from information_schema.views where table_schema = 'api_test'  (1.8ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (8.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:03:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:03:37 UTC +00:00]]  (0.8ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:03:37 -0500 Processing by PostsController#index as HTML Post Load (0.5ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.3ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.3ms) select table_name from information_schema.views where table_schema = 'api_test'  (2.4ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.3ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (9.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:05:01 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:05:01 UTC +00:00]]  (0.5ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:05:01 -0500 Processing by PostsController#index as HTML Post Load (0.5ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.4ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.3ms) select table_name from information_schema.views where table_schema = 'api_test'  (2.1ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.3ms) BEGIN SQL (8.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:06:47 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:06:47 UTC +00:00]]  (1.1ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:06:47 -0500 Processing by PostsController#index as HTML Post Load (0.5ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.5ms)  (0.5ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.3ms) select table_name from information_schema.views where table_schema = 'api_test'  (1.9ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.2ms) BEGIN SQL (8.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:08:07 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:08:07 UTC +00:00]]  (2.0ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:08:07 -0500 Processing by PostsController#index as HTML Post Load (0.5ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.4ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.3ms) select table_name from information_schema.views where table_schema = 'api_test'  (1.7ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.2ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.3ms) BEGIN SQL (10.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Sun, 07 Apr 2013 21:13:54 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 07 Apr 2013 21:13:54 UTC +00:00]]  (0.5ms) COMMIT Started GET "/posts" for 127.0.0.1 at 2013-04-07 16:13:54 -0500 Processing by PostsController#index as HTML Post Load (0.5ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.5ms)  (0.4ms) ALTER TABLE "posts" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL  (1.4ms) select table_name from information_schema.views where table_schema = 'api_test'  (1.9ms) TRUNCATE TABLE "posts" RESTART IDENTITY CASCADE;  (0.1ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "posts" ENABLE TRIGGER ALL Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 02:31:52 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 02:31:52 UTC +00:00]]  (0.9ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 21:31:52 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (8.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 02:35:54 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 02:35:54 UTC +00:00]]  (2.1ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 21:35:54 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 02:35:54 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 02:35:54 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 21:35:54 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (10.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:16:27 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:16:27 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:16:27 -0500  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:16:28 -0500  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:16:28 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00]]  (0.6ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:16:28 -0500 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.3ms)  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:16:28 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:16:28 -0500  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:16:28 -0500  (0.8ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00]]  (2.7ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:19:33 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 4ms  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:19:33 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00]]  (1.1ms) commit transaction Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 1.7ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:19:33 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:19:33 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00]]  (0.8ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:19:33 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:19:33 UTC +00:00]]  (0.9ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:19:33 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (10.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00]]  (2.1ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:20:23 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:20:23.187304' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (1.5ms) DELETE FROM "posts";  (1.6ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:20:23 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00]]  (1.0ms) commit transaction Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00]]  (0.8ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:20:23 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:20:23 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00]]  (0.9ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:20:23 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:20:23 UTC +00:00]]  (0.9ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:20:23 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00]]  (3.2ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:25:18 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:25:18 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:25:18 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:25:18.285563' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 406 Not Acceptable in 7ms (ActiveRecord: 1.5ms)  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00]]  (1.7ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:25:18 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 406 Not Acceptable in 3ms (ActiveRecord: 0.2ms)  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00]]  (0.8ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:25:18 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:25:18 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:25:18 UTC +00:00]]  (1.1ms) commit transaction Completed 406 Not Acceptable in 4ms (ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:26:54 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (8.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00]]  (3.2ms) commit transaction Completed 201 Created in 31ms (Views: 2.6ms | ActiveRecord: 15.6ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:26:54 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:26:54 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:26:54 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:26:54 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:26:54 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:26:54 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:26:54.677392' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 500 Internal Server Error in 7ms  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:27:24 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:27:24 -0500 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:27:24 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:27:24.651901' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 1.4ms)  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:27:24 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 9ms (Views: 3.6ms | ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00]]  (0.6ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:27:24 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:27:24 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:27:24 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (8.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00]]  (3.0ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:28:15 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:28:15.741423' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.7ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:28:15 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 7ms (Views: 2.4ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:28:15 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00]]  (0.6ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:28:15 -0500 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00]]  (0.6ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:28:15 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:15 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:28:15 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00]]  (2.4ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:28:55 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:28:55 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00]]  (0.9ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:28:55 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:28:55 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:28:55 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 7ms (Views: 2.9ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:28:55 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:28:55 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:28:55.210924' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:29:14 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:29:14 UTC +00:00]]  (3.2ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:29:14 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:29:14 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:29:14 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:29:14 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:29:14 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:29:14 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:29:14 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:29:14.832854' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 10ms (ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:19 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:30:19 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:30:19 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:19 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:30:19 UTC +00:00]]  (1.1ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:30:19 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:30:19 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:19 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:30:19 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 9ms (Views: 4.5ms | ActiveRecord: 1.7ms)  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00]]  (2.0ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:30:29 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:30:29.264094' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:30:29 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 7ms (Views: 2.7ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:30:29 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:30:29 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00]]  (0.9ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:30:29 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:30:29 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:30:29 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (8.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:31:05 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:31:05 UTC +00:00]]  (1.9ms) commit transaction Started DELETE "/posts/1" for 127.0.0.1 at 2013-04-07 22:31:05 -0500 Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:32:40 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00]]  (1.0ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:32:40 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:32:40 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 7ms (Views: 3.0ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00]]  (0.9ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:32:40 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:32:40 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:32:40 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:32:40 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:32:40.449468' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (13.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:12 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:33:12 UTC +00:00]]  (1.2ms) commit transaction Started DELETE "/posts/1" for 127.0.0.1 at 2013-04-07 22:33:12 -0500 Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.5ms) commit transaction Completed 204 No Content in 10ms (ActiveRecord: 2.6ms)  (1.9ms) DELETE FROM "posts";  (8.6ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:33:12 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:12 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:33:12 UTC +00:00]]  (1.6ms) commit transaction Completed 201 Created in 14ms (Views: 5.0ms | ActiveRecord: 2.4ms)  (6.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/posts" for 127.0.0.1 at 2013-04-07 22:33:12 -0500 Processing by PostsController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:12 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:33:12 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 9ms (Views: 1.4ms | ActiveRecord: 1.6ms)  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/posts/1" for 127.0.0.1 at 2013-04-07 22:33:13 -0500 Processing by PostsController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:33:13.014208' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 204 No Content in 12ms (ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00]]  (0.6ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:33:13 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.2ms)  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts/1" for 127.0.0.1 at 2013-04-07 22:33:13 -0500 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:33:13 -0500 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:33:13 UTC +00:00]]  (0.7ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-04-07 22:33:13 -0500 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (1.2ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:43:36 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:43:36 -0500  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00]]  (1.2ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (1.2ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (1.0ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:49:18 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:49:18 -0500  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:51:40 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (1.3ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:51:40 -0500  (0.8ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (14.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00]]  (2.2ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:52:38 -0500  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:52:38 -0500  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:52:38 -0500  (1.2ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:52:38 -0500  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:52:38 -0500  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:52:38 -0500  (3.9ms) DELETE FROM "posts";  (2.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:52:38 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:52:38 -0500  (1.0ms) DELETE FROM "posts";  (20.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:52:39 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:52:39 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:52:39 -0500  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (10.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:56:34 -0500  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:56:34 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (0.8ms) commit transaction Completed 500 Internal Server Error in 7ms  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:56:34 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (1.1ms) commit transaction Completed 500 Internal Server Error in 6ms  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:56:34 -0500  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:56:34 -0500  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:56:34 -0500  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:56:34 -0500 Processing by Api::ApplicationController#show as HTML Completed 404 Not Found in 1ms  (1.2ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:56:34 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:56:34 -0500 Processing by Api::ApplicationController#show as HTML Completed 404 Not Found in 1ms  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (2.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:57:36 -0500 Processing by Api::ApplicationController#show as HTML Completed 404 Not Found in 1ms  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:57:36 -0500 Processing by Api::ApplicationController#show as HTML Completed 404 Not Found in 1ms  (1.3ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:57:36 -0500  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:57:36 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (1.2ms) commit transaction Completed 500 Internal Server Error in 8ms  (1.3ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:57:36 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (1.0ms) commit transaction Completed 500 Internal Server Error in 6ms  (1.2ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:57:36 -0500  (1.2ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (1.2ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:57:36 -0500  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:57:36 UTC +00:00]]  (1.2ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:57:36 -0500  (1.3ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:58:34 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (9.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:34 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:58:34 UTC +00:00]]  (2.2ms) commit transaction Completed 201 Created in 29ms (Views: 2.5ms | ActiveRecord: 14.8ms)  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 22:58:35 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 1.5ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:58:35 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:58:35 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:58:35 -0500 Processing by Api::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 03:58:35.078760' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms)  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:58:35 -0500 Processing by Api::ApplicationController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 22:58:35 -0500 Processing by Api::ApplicationController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 03:58:35 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 22:58:35 -0500 Processing by Api::ApplicationController#destroy as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:08:31 -0500  (1.3ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:08:31 -0500  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (11.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:08:31 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:08:31 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:08:31 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:08:31 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:08:31 -0500  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:08:31 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:08:31 -0500  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:09:46 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:09:46 UTC +00:00]]  (2.2ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:09:46 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 138409ms  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:04 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:04 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:12:04 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 1597ms  (2.6ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:12:06 -0500  (1.2ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:12:06 -0500  (1.3ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:06 -0500  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:06 -0500  (1.3ms) DELETE FROM "posts";  (1.4ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:06 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:06 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:06 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:12:16 -0500  (2.4ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:12:16 -0500  (0.8ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (9.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:16 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:16 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:16 -0500  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:16 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:16 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:12:16 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 1771ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (2.4ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:17 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:17 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:12:17 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 1047ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (2.5ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:18 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:18 -0500  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:18 UTC +00:00]]  (0.5ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:18 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:12:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:12:18 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:12:18 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (2.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 04:13:18.827275' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (1.1ms) commit transaction Completed 500 Internal Server Error in 9ms  (1.3ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:13:18 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 04:13:18 UTC +00:00]]  (1.1ms) commit transaction Completed 500 Internal Server Error in 8ms  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (1.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "posts";  (1.6ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 4ms  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 3ms  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 6ms (Views: 1.0ms | ActiveRecord: 1.8ms)  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 5ms (Views: 1.1ms | ActiveRecord: 1.2ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 04:15:29.258410' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:15:29 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:15:29 -0500 Processing by Api::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (3.2ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-08 04:16:11.475940' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 1.7ms)  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 1.0ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Created post"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00], ["title", "Test"], ["updated_at", Mon, 08 Apr 2013 04:16:11 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-07 23:16:11 -0500 Processing by Api::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00], ["title", "Test"], ["updated_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-11 21:11:50 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00], ["title", "Test"], ["updated_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-11 21:11:50 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00], ["title", "Test"], ["updated_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-11 21:11:50 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-11 21:11:50 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00], ["title", "Created post"], ["updated_at", Fri, 12 Apr 2013 02:11:50 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 1.1ms | ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-11 21:11:50 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00], ["title", "Created post"], ["updated_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00], ["title", "Test"], ["updated_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-11 21:11:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00], ["title", "Test"], ["updated_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-11 21:11:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00], ["title", "Test"], ["updated_at", Fri, 12 Apr 2013 02:11:51 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-11 21:11:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-12 02:11:51.051094' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.4ms)  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (13.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 00:24:49.210300' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 1.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 11ms (Views: 8.1ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.1ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 11ms (Views: 7.1ms | ActiveRecord: 1.3ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 11ms (Views: 6.9ms | ActiveRecord: 1.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 12ms (Views: 8.8ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/post" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"post"} Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 13ms (Views: 10.0ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "comments" ("author_id", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author_id", nil], ["created_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:24:49 UTC +00:00]]  (1.2ms) commit transaction Started GET "/api/comments" for 127.0.0.1 at 2013-04-13 19:24:49 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"comments"} Comment Load (0.2ms) SELECT "comments".* FROM "comments" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.9ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:25:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 00:25:45.829300' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 1.6ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:25:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:25:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:25:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 12ms (Views: 7.3ms | ActiveRecord: 1.8ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:25:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:25:45 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 12ms (Views: 7.7ms | ActiveRecord: 1.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:27:28 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:27:28 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:27:28 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/post" for 127.0.0.1 at 2013-04-13 19:27:28 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"post"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "comments" ("author_id", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author_id", nil], ["created_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:28 UTC +00:00]]  (1.3ms) commit transaction Started GET "/api/comments" for 127.0.0.1 at 2013-04-13 19:27:28 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"comments"} Comment Load (0.2ms) SELECT "comments".* FROM "comments" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (1.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:27:39 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:27:39 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:27:39 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:39 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:27:40 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:27:40 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:27:40 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:27:40 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:27:40 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 00:27:40.078122' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/post" for 127.0.0.1 at 2013-04-13 19:27:40 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"post"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "comments" ("author_id", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author_id", nil], ["created_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:27:40 UTC +00:00]]  (1.3ms) commit transaction Started GET "/api/comments" for 127.0.0.1 at 2013-04-13 19:27:40 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"comments"} Comment Load (0.2ms) SELECT "comments".* FROM "comments" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (1.0ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.5ms) INSERT INTO "comments" ("author_id", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author_id", nil], ["created_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00]]  (2.2ms) commit transaction Started GET "/api/comments" for 127.0.0.1 at 2013-04-13 19:28:16 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"comments"} Comment Load (0.2ms) SELECT "comments".* FROM "comments" Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (1.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/post" for 127.0.0.1 at 2013-04-13 19:28:16 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"post"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:28:16 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00]]  (1.3ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:28:16 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.5ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:28:16 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:28:16 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.0ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:28:16 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:17 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:28:17 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:17 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:17 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:28:17 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:39 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:28:39 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:39 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:28:39 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:28:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:28:39 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:28:39 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 00:28:39.493216' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (23.4ms) INSERT INTO "comments" ("author_id", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author_id", nil], ["created_at", Sun, 14 Apr 2013 00:35:34 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:35:34 UTC +00:00]]  (3.7ms) commit transaction Started GET "/api/comments" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"comments"} Comment Load (0.2ms) SELECT "comments".* FROM "comments" Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.8ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (2.3ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (3.1ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 3.9ms)  (2.7ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (3.1ms) DELETE FROM "posts";  (2.4ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (2.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (3.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.9ms) DELETE FROM "posts";  (1.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (2.4ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 00:35:35.217770' WHERE "posts"."id" = 1  (31.8ms) commit transaction Completed 204 No Content in 39ms (ActiveRecord: 32.4ms)  (31.6ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.6ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:35:35 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:35:35 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.3ms)  (0.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (13.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.3ms) commit transaction Completed 201 Created in 6ms (Views: 1.0ms | ActiveRecord: 1.9ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (0.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 00:36:11.611465' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "comments" ("author_id", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author_id", nil], ["created_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 00:36:11 UTC +00:00]]  (1.4ms) commit transaction Started GET "/api/comments" for 127.0.0.1 at 2013-04-13 19:36:11 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"comments"} Comment Load (0.2ms) SELECT "comments".* FROM "comments" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (1.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:24 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:00:24 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:00:24 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:00:25.030610' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 1.7ms)  (2.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:00:25.055935' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>{"title"=>"Second new post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>{"title"=>"Second new post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 1.0ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.3ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:00:25 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:00:25 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (2.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.3ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.4ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.8ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:01:26.617075' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:01:26.639227' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:01:26 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:01:26 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:02:31 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (43.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 64ms (Views: 0.8ms | ActiveRecord: 48.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:02:31 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.9ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:02:31 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 5ms (Views: 1.0ms | ActiveRecord: 1.3ms)  (1.6ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:02:31 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (4.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:02:31 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:02:31 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts"   (0.2ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:39 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:39 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:06:39.996039' WHERE "posts"."id" = 1  (1.4ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:40 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:06:40.017355' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:40 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:40 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:40 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 41ms (Views: 38.0ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:40 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:40 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:40 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:50 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:06:51.041425' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:06:51.064223' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", nil], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (0.8ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:06:51 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:06:51 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (2.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (0.9ms) commit transaction Completed 500 Internal Server Error in 5ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (0.7ms) commit transaction Completed 500 Internal Server Error in 5ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:14:37.336475' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:14:37.357171' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:14:37 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:14:37 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.0ms) commit transaction Completed 500 Internal Server Error in 5ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.0ms) commit transaction Completed 500 Internal Server Error in 5ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:15:19.462475' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:15:19.481852' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:19 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:15:19 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00]]  (2.2ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:15:46 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:15:46 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:15:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:16:15 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:16:15 UTC +00:00]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:45 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:17:45 UTC +00:00]]  (1.0ms) commit transaction Completed 500 Internal Server Error in 119216ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00]]  (1.7ms) commit transaction Completed 500 Internal Server Error in 1569ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:47 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:47 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:47 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:17:47.353907' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:47 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:17:47.374420' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:47 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:47 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:47 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (2.3ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:17:57.333266' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 1.6ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:17:57.355868' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.4ms) commit transaction Completed 201 Created in 7ms (Views: 1.4ms | ActiveRecord: 1.9ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.4ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.8ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 3.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:17:57 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:17:57 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:24:19 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (2.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:24:19 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:24:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:24:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:24:19 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.8ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (11.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (3.9ms) DELETE FROM "posts";  (1.4ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.9ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (6.4ms) commit transaction Completed 201 Created in 15ms (Views: 1.3ms | ActiveRecord: 8.5ms)  (1.8ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.3ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:24:20.113693' WHERE "posts"."id" = 1  (7.4ms) commit transaction Completed 204 No Content in 14ms (ActiveRecord: 8.0ms)  (1.6ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:24:20.141753' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "tile"=>"Changed 2"}], "model_name"=>"posts", "id"=>"bulk"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "bulk"]] Completed 404 Not Found in 2ms  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "tile"=>"Changed 2"}], "model_name"=>"posts", "id"=>"bulk"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "bulk"]] Completed 404 Not Found in 2ms  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:24:20 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:24:20 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (14.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 1.2ms | ActiveRecord: 1.5ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 11ms (Views: 0.8ms | ActiveRecord: 3.5ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.3ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:25:27.526721' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.4ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:25:27.546455' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.4ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:25:27 -0500  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:25:27 -0500  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:25:27 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:25:27 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.6ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.9ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.4ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 7ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "tile"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:26:53.745453' WHERE "posts"."id" = 1  (0.8ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 500 Internal Server Error in 9ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "tile"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:26:53.770664' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 8ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:26:53.791335' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:26:53 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:26:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:26:53.874872' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 204 No Content in 69ms (ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 2ms  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 2ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:28:41.795260' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:28:41.820502' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 3.1ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.1ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:41 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:41 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:42 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:42 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.4ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:28:59.531726' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:28:59.551704' WHERE "posts"."id" = 1  (0.5ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 2ms  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 2ms  (1.6ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (60.0ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 66ms (Views: 1.2ms | ActiveRecord: 60.9ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 11ms (Views: 1.3ms | ActiveRecord: 2.7ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:28:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:28:59 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 10ms (Views: 1.1ms | ActiveRecord: 2.5ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.3ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 10ms (Views: 0.8ms | ActiveRecord: 3.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 7ms (Views: 0.9ms | ActiveRecord: 1.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.7ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.3ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 404 Not Found in 1ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 404 Not Found in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:29:22.281220' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:22 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:22 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:29:22.301048' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (9.1ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (2.1ms) commit transaction Completed 201 Created in 29ms (Views: 1.0ms | ActiveRecord: 14.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.2ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:29:51.310271' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.4ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:29:51.330254' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:29:51.353550' WHERE "posts"."id" = 1  (0.8ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:29:51.357969' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 201 Created in 10ms (Views: 0.5ms | ActiveRecord: 2.7ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:29:51.379730' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:29:51.384433' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 201 Created in 10ms (Views: 0.4ms | ActiveRecord: 2.9ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (1.2ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.5ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:29:51 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:29:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (12.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 32ms (Views: 0.9ms | ActiveRecord: 16.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 10ms (Views: 0.8ms | ActiveRecord: 3.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 2.7ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:33:59.533531' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 1.4ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:33:59.555687' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.5ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:33:59.574973' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.4ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:33:59.599977' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:33:59.604537' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 3.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:33:59.626775' WHERE "posts"."id" = 1  (1.1ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:33:59.631209' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 3.0ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:33:59 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:33:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:33:59.653037' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:33:59.657338' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 2.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (13.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.9ms) commit transaction Completed 204 No Content in 9ms (ActiveRecord: 2.7ms)  (5.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (2.9ms) DELETE FROM "posts";  (2.4ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (2.5ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:35:25.145175' WHERE "posts"."id" = 1  (1.8ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:35:25.154052' WHERE "posts"."id" = 2  (2.0ms) commit transaction Completed 200 OK in 17ms (Views: 0.6ms | ActiveRecord: 5.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:35:25.183059' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:35:25.188031' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 2.5ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:35:25.211862' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:35:25.216483' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 2.6ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:35:25.236684' WHERE "posts"."id" = 1  (2.1ms) commit transaction Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 2.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (3.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (2.0ms) DELETE FROM "posts";  (2.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (2.2ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:35:25.267103' WHERE "posts"."id" = 1  (1.7ms) commit transaction Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 2.5ms)  (2.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (2.4ms) DELETE FROM "posts";  (2.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (2.5ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:35:25.296686' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 1.3ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 9ms (Views: 1.1ms | ActiveRecord: 2.6ms)  (0.5ms) SELECT COUNT(*) FROM "posts"  (3.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (3.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 13ms (Views: 0.9ms | ActiveRecord: 5.7ms)  (20.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (24.9ms) DELETE FROM "posts";  (1.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 1.0ms | ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 7ms (Views: 0.8ms | ActiveRecord: 1.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (18.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (26.3ms) DELETE FROM "posts";  (6.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 7ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.6ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (14.2ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (21.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (19.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (15.9ms) DELETE FROM "posts";  (9.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (8.6ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (17.8ms) DELETE FROM "posts";  (18.5ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:35:25 UTC +00:00]]  (2.4ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:35:25 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (12.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:40:34 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 1.6ms)  (2.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:40:34 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:40:34 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:40:34 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:40:34 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:40:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:40:35 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:40:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:40:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:40:35 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:40:35 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:40:35 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:40:35 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:40:35.035061' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:40:35.041271' WHERE "posts"."id" = 2  (1.1ms) commit transaction Completed 200 OK in 82948ms (Views: 0.5ms | ActiveRecord: 3.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:41:57 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:41:57 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:41:57 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:41:57 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:41:57 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:41:58.007892' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:41:58.014460' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 2228ms (Views: 0.7ms | ActiveRecord: 2.8ms)  (2.6ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:00 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:00 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:00 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:42:00 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:42:00 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:00.253166' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:42:00.258239' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 1602ms (Views: 0.5ms | ActiveRecord: 2.7ms)  (2.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:01.870680' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:01.890968' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.3ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:01.911817' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 3.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 1.2ms | ActiveRecord: 1.4ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:01 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:01 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (2.4ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:21.613760' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:21.633729' WHERE "posts"."id" = 1  (1.2ms) commit transaction Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:21.653940' WHERE "posts"."id" = 1  (1.4ms) commit transaction Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 1.8ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:21.680545' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 500 Internal Server Error in 6ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:21.702131' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 500 Internal Server Error in 6ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:21.724938' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 500 Internal Server Error in 6ms  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.9ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:21 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:42:21 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.9ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (2.2ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:49.566060' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:49.586519' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:49.606174' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.4ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:49.628507' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 500 Internal Server Error in 6ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:49.651261' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 500 Internal Server Error in 5ms  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:42:49.671986' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 500 Internal Server Error in 6ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 1.1ms | ActiveRecord: 1.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.9ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:42:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:42:49 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (2.4ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.3ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 10ms (Views: 0.9ms | ActiveRecord: 3.2ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:13.271513' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:43:13.277583' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 13ms (Views: 0.9ms | ActiveRecord: 2.7ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:13.301517' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:43:13.305804' WHERE "posts"."id" = 2  (1.1ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 3.0ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:13.328969' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:43:13.334168' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 3.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:13.354841' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:13.374138' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:13.393467' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 1.1ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:13 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:13 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (10.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (10.8ms) commit transaction Completed 201 Created in 43ms (Views: 1.7ms | ActiveRecord: 25.3ms)  (4.6ms) DELETE FROM "comments";  (0.9ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (7.4ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (1.8ms) commit transaction Completed 201 Created in 7ms (Views: 0.9ms | ActiveRecord: 2.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (1.3ms) commit transaction Completed 201 Created in 7ms (Views: 1.1ms | ActiveRecord: 2.0ms)  (3.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 10ms (Views: 0.9ms | ActiveRecord: 2.9ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (12.7ms) commit transaction Completed 201 Created in 21ms (Views: 0.9ms | ActiveRecord: 14.7ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (1.4ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:42.693117' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 1.4ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:42.716248' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:42.735537' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:43:42 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:43:42 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:43:42.757973' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:43:42.762452' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 41542ms (Views: 0.9ms | ActiveRecord: 2.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:24 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:24 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:24 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:44:24 UTC +00:00]]  (1.2ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:44:24 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:44:24.323956' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:44:24.328590' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 2188ms (Views: 1.0ms | ActiveRecord: 2.6ms)  (2.6ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:26 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:26 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:26 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:44:26 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:44:26 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:44:26.530589' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:44:26.536266' WHERE "posts"."id" = 2  (0.5ms) commit transaction Completed 200 OK in 1356ms (Views: 1.0ms | ActiveRecord: 2.4ms)  (2.7ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:44:27 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:44:27 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:44:27 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:44:27 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:27 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:44:27 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (9.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (2.1ms) commit transaction Completed 201 Created in 29ms (Views: 0.9ms | ActiveRecord: 14.6ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 1.1ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 3.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 10ms (Views: 0.9ms | ActiveRecord: 3.6ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:44:53.741949' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:44:53.762702' WHERE "posts"."id" = 1  (1.4ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:44:53.782409' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.4ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:44:53.805906' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:44:53.810423' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:44:53 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:44:53 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:44:53.832446' WHERE "posts"."id" = 1  (1.1ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:44:53.836845' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00]]  (1.4ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:45:52 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:45:52.952226' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:45:52.959000' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 16ms (Views: 1.4ms | ActiveRecord: 2.9ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:45:52 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:45:52 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:45:53 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:45:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:45:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:45:53 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:45:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:45:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:45:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:45:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:45:53 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:45:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (9.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00]]  (2.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:46:05 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:46:05 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:46:05 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:46:05 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:46:05 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:46:05.466477' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:46:05.472486' WHERE "posts"."id" = 2  (1.1ms) commit transaction Completed 200 OK in 13ms (Views: 0.8ms | ActiveRecord: 3.0ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:46:07.845868' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:46:07.851175' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 2.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:46:07.873614' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 01:46:07.878416' WHERE "posts"."id" = 2  (1.1ms) commit transaction Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 3.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:46:07.901073' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:46:07.920065' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 01:46:07.939614' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 3.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:46:07 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:46:07 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:46:08 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00]]  (1.4ms) commit transaction Completed 201 Created in 7ms (Views: 1.4ms | ActiveRecord: 2.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-13 20:46:08 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:46:08 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 01:46:08 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-13 20:46:08 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (11.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:08 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:08 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:23:08 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (2.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:23:09.058440' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:23:09.079282' WHERE "posts"."id" = 1  (1.3ms) commit transaction Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.8ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:23:09.099977' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.9ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 7ms (Views: 0.8ms | ActiveRecord: 1.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 404 Not Found in 1ms  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 404 Not Found in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:23:09.315314' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:23:09.320012' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:23:09.342068' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:23:09.346962' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 2.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:23:09 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:23:09 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:23:09.371073' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:23:09.375502' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (7.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 404 Not Found in 2ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 404 Not Found in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.2ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:25:06.458563' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:25:06.478144' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:25:06.496516' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:25:06.548421' WHERE "posts"."id" = 1  (0.8ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:25:06.552857' WHERE "posts"."id" = 2  (1.2ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 3.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:25:06.574514' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:25:06.578316' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:25:06.601406' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:25:06.605795' WHERE "posts"."id" = 2  (1.1ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 3.0ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.3ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:25:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:25:06 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (2.3ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.4ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:26:45.201742' WHERE "posts"."id" = 1  (1.2ms) commit transaction Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.5ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:26:45.222218' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:26:45.241713' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 3.0ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2) Completed 500 Internal Server Error in 3ms  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2) Completed 500 Internal Server Error in 3ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:26:45.383432' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:26:45.387368' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:26:45.409323' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:26:45.413251' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:26:45.435555' WHERE "posts"."id" = 1  (1.1ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:26:45.439811' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.8ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:26:45 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:26:45 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.4ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.8ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:30:49 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (5.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 23ms (Views: 1.2ms | ActiveRecord: 8.1ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.2ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 9ms (Views: 1.1ms | ActiveRecord: 2.9ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 2.7ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.5ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.8ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.6ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:30:50.183470' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:30:50.204405' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:30:50.224808' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.2ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:30:50.249275' WHERE "posts"."id" = 1  (1.1ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:30:50.253605' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:30:50.277061' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:30:50.282435' WHERE "posts"."id" = 2  (1.1ms) commit transaction Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 05:30:50.304321' WHERE "posts"."id" = 1  (0.5ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 05:30:50.307828' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.1ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.3ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 05:30:50 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 00:30:50 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (7.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 19:07:51.666677' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 19:07:51.671969' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 14ms (Views: 0.8ms | ActiveRecord: 2.7ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (2.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 19:07:51.698637' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 19:07:51.702393' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 19:07:51.724728' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-14 19:07:51.729151' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 19:07:51.748456' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 19:07:51.768435' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-14 19:07:51.786263' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.8ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.5ms)  (0.8ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.9ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.6ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.3ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.8ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 14:07:51 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 19:07:51 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-14 14:07:52 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:52 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 14 Apr 2013 19:07:52 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 14 Apr 2013 19:07:52 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 14 Apr 2013 19:07:52 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (7.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:18 UTC +00:00]]  (1.1ms) commit transaction  (2.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 16:20:19.040370' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 16:20:19.045937' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 14ms (Views: 0.9ms | ActiveRecord: 2.9ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 16:20:19.069434' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 16:20:19.073314' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 2.8ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 16:20:19.095392' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 16:20:19.099163' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 2.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.2ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 2.4ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.3ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.6ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 16:20:19.250351' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.3ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 16:20:19.270862' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 1.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 16:20:19.291867' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.2ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 16:20:19 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 11:20:19 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (8.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.8ms) commit transaction  (1.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (1.0ms) commit transaction  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (1.0ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.9ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.9ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.7ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:16.821350' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 1.3ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:16.845068' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:16.864186' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:16.921260' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:01:16.924909' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.4ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:16.946749' WHERE "posts"."id" = 1  (0.8ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:01:16.950744' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:16.972259' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:01:16.976246' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.7ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:16 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:01:16 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:17 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.1ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:17 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:17 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:17 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:01:17 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (5.2ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00]]  (1.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:45.918120' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 1.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:45.941372' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:45.961576' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:45 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 2.2ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:45 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.5ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.9ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:46.036143' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:01:46.040555' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 2.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:46.064718' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:01:46.069161' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 2.2ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:01:46.092953' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:01:46.098288' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 2.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.6ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 10ms (Views: 1.6ms | ActiveRecord: 2.7ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 10ms (Views: 0.9ms | ActiveRecord: 2.6ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 7ms (Views: 1.1ms | ActiveRecord: 1.4ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 7ms (Views: 1.1ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.8ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 7ms (Views: 1.1ms | ActiveRecord: 1.4ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.4ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:01:46 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:01:46 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (2.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.5ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.4ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 2.4ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 2.6ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:03:10.255481' WHERE "posts"."id" = 1  (1.2ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:03:10.263948' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 15ms (Views: 0.8ms | ActiveRecord: 3.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.6ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:03:10.288614' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:03:10.292889' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 2.4ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:03:10.316089' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:03:10.320348' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 2.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.9ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.7ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.9ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.7ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.3ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (0.8ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:03:10.419911' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:03:10.440323' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:03:10 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:03:10 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:03:10.459544' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 2ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:15.418140' WHERE "posts"."id" = 1  (0.8ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:15.423077' WHERE "posts"."id" = 2  (0.5ms) commit transaction Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 2.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.6ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:15.447795' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:15.451921' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:15.472896' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:15.477333' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:15.558249' WHERE "posts"."id" = 1  (1.1ms) commit transaction Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:15.578660' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:15.596637' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.6ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:15 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:15 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (2.2ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:41 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 3ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:41 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.6ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:41 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 10ms (ActiveRecord: 2.6ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:41 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.9ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:41 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 1.4ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:41 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:41 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.4ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:41 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:42.024874' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 1.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:42.046635' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:42.066036' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 1.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.6ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:42.127082' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:42.131757' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 2.3ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:42.158373' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:42.163172' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 2.4ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:42.189620' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:42.194143' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 2.4ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 1.2ms | ActiveRecord: 1.3ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.2ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 10ms (Views: 1.3ms | ActiveRecord: 2.8ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:42 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:07:42 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.7ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (0.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00]]  (2.2ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:58 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 404 Not Found in 2ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:58 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:58 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.7ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:58 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:58 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.4ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.9ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:58 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:58 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:59.024146' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:59.044264' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:59.062995' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.5ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 3.0ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:59.165249' WHERE "posts"."id" = 1  (1.3ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:59.169834' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 3.1ms)  (2.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.5ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:59.196995' WHERE "posts"."id" = 1  (0.5ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:59.201325' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 2.5ms)  (2.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (5.8ms) DELETE FROM "posts";  (4.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.5ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:07:59.234385' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:07:59.238685' WHERE "posts"."id" = 2  (1.1ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.1ms)  (3.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.4ms) DELETE FROM "posts";  (3.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.9ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:07:59 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:07:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (5.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 404 Not Found in 2ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 404 Not Found in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 404 Not Found in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 404 Not Found in 1ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 404 Not Found in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 404 Not Found in 1ms  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 404 Not Found in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 404 Not Found in 1ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 404 Not Found in 0ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 404 Not Found in 1ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 404 Not Found in 1ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (0.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:08:35 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:08:35 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 404 Not Found in 0ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (2.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 404 Not Found in 2ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.3ms)  (1.7ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 11ms (ActiveRecord: 2.8ms)  (0.8ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.4ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 7ms (Views: 1.2ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 5ms (Views: 0.9ms | ActiveRecord: 1.2ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:09:12.763016' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:09:12.768760' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 14ms (Views: 0.8ms | ActiveRecord: 2.8ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:09:12.792058' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:09:12.796151' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:09:12.817772' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:09:12.822021' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.3ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:09:12.840502' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.4ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:09:12.861269' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:09:12.879651' WHERE "posts"."id" = 1  (1.4ms) commit transaction Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.8ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.3ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:09:12 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:09:12 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.2ms) begin transaction SQL (6.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:39 UTC +00:00]]  (1.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:39 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 404 Not Found in 6018ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:12:45.189816' WHERE "posts"."id" = 1  (1.1ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:12:45.196256' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 14ms (Views: 0.8ms | ActiveRecord: 3.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:12:45.218055' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:12:45.222197' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.5ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:12:45.242596' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:12:45.246525' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (1.0ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 2.9ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.8ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.3ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.7ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:12:45.458083' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:12:45.477552' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.3ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:12:45.495067' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:12:45 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:12:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:15:53.216242' WHERE "posts"."id" = 1  (0.8ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:15:53.221495' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 2.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:15:53.244471' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:15:53.248290' WHERE "posts"."id" = 2  (0.5ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.7ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:15:53.269671' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:15:53.273994' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 2.9ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:15:53.293105' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:15:53.312515' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:15:53.331344' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 3.1ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 9ms (Views: 0.9ms | ActiveRecord: 2.6ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.4ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.3ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:15:53 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:15:53 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (5.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (2.3ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 1.4ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:29.403293' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:29.426252' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.4ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:29.448765' WHERE "posts"."id" = 1  (0.5ms) commit transaction Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 8ms (ActiveRecord: 2.3ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.1ms)  (0.2ms) SELECT COUNT(*) FROM "posts"   (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:29.568245' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:16:29.572762' WHERE "posts"."id" = 2  (1.2ms) commit transaction Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 3.0ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:29.601029' WHERE "posts"."id" = 1  (1.4ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:16:29.607882' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 15ms (Views: 1.3ms | ActiveRecord: 3.5ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (1.2ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:29.633040' WHERE "posts"."id" = 1  (0.6ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:16:29.637783' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 2.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (0.8ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 8ms (Views: 1.2ms | ActiveRecord: 1.4ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction Completed 201 Created in 5ms (Views: 0.8ms | ActiveRecord: 1.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 2.5ms)  (1.0ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:29 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:16:29 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 9ms (Views: 1.2ms | ActiveRecord: 2.6ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:59.752046' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.5ms)  (21.8ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.5ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:59.798979' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 1.3ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:16:59.818806' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.2ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.5ms) DELETE FROM "posts";  (0.6ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 5ms (Views: 0.9ms | ActiveRecord: 1.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:16:59 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.8ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.4ms)  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:16:59 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:00 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.2ms)  (0.2ms) SELECT COUNT(*) FROM "posts"  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:00 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:17:00.034020' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:17:00.038138' WHERE "posts"."id" = 2  (0.6ms) commit transaction Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 2.3ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:00 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:17:00.060251' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:17:00.064351' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 2.5ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:00 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:00 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:17:00.087220' WHERE "posts"."id" = 1  (0.7ms) commit transaction Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:17:00.091690' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 2.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (2.2ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.6ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.4ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:17:28 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:17:28 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (2.2ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:18:10.639207' WHERE "posts"."id" = 1  (1.3ms) commit transaction Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.4ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:18:10.645927' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 14ms (Views: 0.8ms | ActiveRecord: 3.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:18:10.669611' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:18:10.673684' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:18:10.696346' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:18:10.700217' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.6ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:18:10.752175' WHERE "posts"."id" = 1  (1.3ms) commit transaction Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 1.8ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:18:10.773347' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 1.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:18:10.792049' WHERE "posts"."id" = 1  (0.9ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.4ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.9ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.5ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (0.8ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 6ms (Views: 1.2ms | ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.3ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 3.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 3.0ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 5ms (ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:10 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:10 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (38.5ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (4.1ms) DELETE FROM "posts";  (1.3ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.2ms) begin transaction SQL (1.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (3.6ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.3ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.2ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.5ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:20 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:18:20 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:21 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:21 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:18:21 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:18:21 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:18:21 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (7.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:06.223511' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:26:06.228503' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 13ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (2.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.4ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:06.252651' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:26:06.256700' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:06.280834' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:26:06.284926' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 10ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.6ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.8ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.4ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.8ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.6ms) commit transaction Completed 201 Created in 6ms (Views: 0.9ms | ActiveRecord: 1.2ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:06.452954' WHERE "posts"."id" = 1  (0.7ms) commit transaction Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:06.471074' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:06.490953' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.9ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.4ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.7ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.2ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:06 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:06 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (3.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.8ms) DELETE FROM "comments";  (0.3ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 98ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.2ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 1ms  (1.2ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.6ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Completed 500 Internal Server Error in 0ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 1ms  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Completed 500 Internal Server Error in 0ms  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:18 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:18 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)  (1.4ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (4.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:38.747377' WHERE "posts"."id" = 1  (1.1ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:26:38.752567' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 14ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:38.774664' WHERE "posts"."id" = 1  (1.1ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:26:38.778622' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.8ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.6ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (0.6ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:38.802142' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:26:38.806052' WHERE "posts"."id" = 2  (0.9ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.8ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 9ms (Views: 0.8ms | ActiveRecord: 3.2ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (0.9ms) commit transaction Completed 201 Created in 8ms (Views: 0.9ms | ActiveRecord: 3.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.5ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.6ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 6ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (0.8ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:38.970344' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:38 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:38.988591' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:38 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:39 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:26:39.007762' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms)  (1.1ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (0.9ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:39 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (1.1ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.6ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:26:39 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.6ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.3ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (1.1ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:39 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:26:39 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (0.6ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:39 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.0ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:26:39 UTC +00:00]]  (0.9ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:26:39 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Connecting to database specified by database.yml  (0.1ms) begin transaction SQL (7.7ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:44 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:44 UTC +00:00]]  (1.1ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:44 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Redirected to http://www.example.com/api/posts Filter chain halted as :check_whitelist rendered or redirected Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.2ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 1.7ms)  (1.4ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#destroy as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.0ms) commit transaction Completed 204 No Content in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.7ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.7ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.1ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#show as HTML Parameters: {"model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 6ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.5ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" LIMIT 1  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"post"=>{"title"=>"Created post"}, "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Created post"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.1ms) commit transaction Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.9ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.1ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 1.0ms | ActiveRecord: 3.0ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts'; Started POST "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#create as HTML Parameters: {"posts"=>[{"title"=>"First new post"}, {"title"=>"Second new post"}], "model_name"=>"posts"}  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "First new post"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Second new post"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Completed 201 Created in 8ms (Views: 0.8ms | ActiveRecord: 2.9ms)  (0.1ms) SELECT COUNT(*) FROM "posts"   (1.0ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.9ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:41:45.193410' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:41:45.198550' WHERE "posts"."id" = 2  (0.7ms) commit transaction Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 2.6ms)  (1.2ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:41:45.220368' WHERE "posts"."id" = 1  (0.9ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:41:45.224172' WHERE "posts"."id" = 2  (1.0ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.7ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (1.0ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Started PUT "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#bulk_update as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Changed"}, {"id"=>"2", "title"=>"Changed 2"}], "model_name"=>"posts"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:41:45.245181' WHERE "posts"."id" = 1  (1.0ms) commit transaction Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed 2', "updated_at" = '2013-04-21 23:41:45.249450' WHERE "posts"."id" = 2  (0.8ms) commit transaction Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 2.6ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.0ms) commit transaction Started GET "/api/posts" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#index as HTML Parameters: {"model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.7ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (1.1ms) commit transaction Completed 204 No Content in 7ms (ActiveRecord: 2.8ms)  (1.3ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.7ms) DELETE FROM "posts";  (1.0ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test 2"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.8ms) commit transaction Started DELETE "/api/posts/bulk" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#bulk_destroy as HTML Parameters: {"posts"=>[{"id"=>"1", "title"=>"Test"}, {"id"=>"2", "title"=>"Test 2"}], "model_name"=>"posts"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (1, 2)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (0.7ms) commit transaction Completed 204 No Content in 6ms (ActiveRecord: 2.4ms)  (0.1ms) SELECT COUNT(*) FROM "posts"  (1.1ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.9ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.8ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:41:45.343470' WHERE "posts"."id" = 1  (0.6ms) commit transaction Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.1ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.6ms) DELETE FROM "posts";  (0.8ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (1.1ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.3ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:41:45.362860' WHERE "posts"."id" = 1  (1.0ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.5ms)  (1.3ms) DELETE FROM "comments";  (0.1ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "posts" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00], ["title", "Test"], ["updated_at", Sun, 21 Apr 2013 23:41:45 UTC +00:00]]  (0.7ms) commit transaction Started PUT "/api/posts/1" for 127.0.0.1 at 2013-04-21 18:41:45 -0500 Processing by ApiEngine::ApplicationController#update as HTML Parameters: {"post"=>{"title"=>"Changed"}, "model_name"=>"posts", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) UPDATE "posts" SET "title" = 'Changed', "updated_at" = '2013-04-21 23:41:45.380741' WHERE "posts"."id" = 1  (0.8ms) commit transaction Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.3ms) Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) DELETE FROM "comments";  (0.2ms) DELETE FROM sqlite_sequence where name = 'comments';  (0.8ms) DELETE FROM "posts";  (0.9ms) DELETE FROM sqlite_sequence where name = 'posts';