(1.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_posts_on_user_id" ON "posts" ("user_id")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar, "email" varchar, "password" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20141215051632')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141215045143') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.1ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_posts_on_user_id" ON "posts" ("user_id")  (1.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar, "email" varchar, "password" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "authentication_token" varchar)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150114203236')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141215045143')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141215051632') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:38:21', '2015-01-14 20:38:21', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:38:21', '2015-01-14 20:38:21', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:38:21', '2015-01-14 20:38:21', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:38:21', '2015-01-14 20:38:21', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:38:21', '2015-01-14 20:38:21', 584139033)  (0.8ms) commit transaction  (0.0ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 500 Internal Server Error in 11ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:42:58', '2015-01-14 20:42:58', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:42:58', '2015-01-14 20:42:58', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:42:58', '2015-01-14 20:42:58', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:42:58', '2015-01-14 20:42:58', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:42:58', '2015-01-14 20:42:58', 584139033)  (1.3ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 500 Internal Server Error in 10ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:43:08', '2015-01-14 20:43:08', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:43:08', '2015-01-14 20:43:08', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:43:08', '2015-01-14 20:43:08', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:43:08', '2015-01-14 20:43:08', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:43:08', '2015-01-14 20:43:08', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 500 Internal Server Error in 14ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:43:33', '2015-01-14 20:43:33', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:43:33', '2015-01-14 20:43:33', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:43:33', '2015-01-14 20:43:33', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:43:33', '2015-01-14 20:43:33', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:43:33', '2015-01-14 20:43:33', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 500 Internal Server Error in 14ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:44:34', '2015-01-14 20:44:34', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:44:34', '2015-01-14 20:44:34', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:44:34', '2015-01-14 20:44:34', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:44:34', '2015-01-14 20:44:34', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:44:34', '2015-01-14 20:44:34', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 401 Unauthorized in 14ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar, "body" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_posts_on_user_id" ON "posts" ("user_id")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar, "email" varchar, "password" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "authentication_token" varchar, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar)  (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150114204523')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141215045143')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141215051632')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150114203236') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:46:25', '2015-01-14 20:46:25', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:46:25', '2015-01-14 20:46:25', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:46:25', '2015-01-14 20:46:25', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:46:25', '2015-01-14 20:46:25', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:46:25', '2015-01-14 20:46:25', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 401 Unauthorized in 15ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:46:58', '2015-01-14 20:46:58', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:46:58', '2015-01-14 20:46:58', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:46:58', '2015-01-14 20:46:58', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:46:58', '2015-01-14 20:46:58', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:46:58', '2015-01-14 20:46:58', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 401 Unauthorized in 15ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:47:11', '2015-01-14 20:47:11', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:47:11', '2015-01-14 20:47:11', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:47:11', '2015-01-14 20:47:11', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:47:11', '2015-01-14 20:47:11', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:47:11', '2015-01-14 20:47:11', 584139033)  (2.6ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 401 Unauthorized in 13ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:47:36', '2015-01-14 20:47:36', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:47:36', '2015-01-14 20:47:36', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:47:36', '2015-01-14 20:47:36', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:47:36', '2015-01-14 20:47:36', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:47:36', '2015-01-14 20:47:36', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Completed 401 Unauthorized in 13ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:47:51', '2015-01-14 20:47:51', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:47:51', '2015-01-14 20:47:51', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:47:51', '2015-01-14 20:47:51', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:47:51', '2015-01-14 20:47:51', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:47:51', '2015-01-14 20:47:51', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:50:52', '2015-01-14 20:50:52', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:50:52', '2015-01-14 20:50:52', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:50:52', '2015-01-14 20:50:52', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:50:52', '2015-01-14 20:50:52', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:50:52', '2015-01-14 20:50:52', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Rendered text template (0.0ms) Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:56:09', '2015-01-14 20:56:09', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:56:09', '2015-01-14 20:56:09', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:56:09', '2015-01-14 20:56:09', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:56:09', '2015-01-14 20:56:09', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:56:09', '2015-01-14 20:56:09', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:56:20', '2015-01-14 20:56:20', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:56:20', '2015-01-14 20:56:20', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:56:20', '2015-01-14 20:56:20', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:56:20', '2015-01-14 20:56:20', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:56:20', '2015-01-14 20:56:20', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:56:46', '2015-01-14 20:56:46', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:56:46', '2015-01-14 20:56:46', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:56:46', '2015-01-14 20:56:46', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:56:46', '2015-01-14 20:56:46', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:56:46', '2015-01-14 20:56:46', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:57:02', '2015-01-14 20:57:02', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:57:02', '2015-01-14 20:57:02', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:57:02', '2015-01-14 20:57:02', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:57:02', '2015-01-14 20:57:02', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:57:02', '2015-01-14 20:57:02', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:57:09', '2015-01-14 20:57:09', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:57:09', '2015-01-14 20:57:09', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:57:09', '2015-01-14 20:57:09', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:57:09', '2015-01-14 20:57:09', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:57:09', '2015-01-14 20:57:09', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.7ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:59:13', '2015-01-14 20:59:13', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:59:13', '2015-01-14 20:59:13', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:59:13', '2015-01-14 20:59:13', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:59:13', '2015-01-14 20:59:13', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:59:13', '2015-01-14 20:59:13', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 20:59:31', '2015-01-14 20:59:31', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 20:59:31', '2015-01-14 20:59:31', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 20:59:31', '2015-01-14 20:59:31', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 20:59:31', '2015-01-14 20:59:31', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 20:59:31', '2015-01-14 20:59:31', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 21:00:30', '2015-01-14 21:00:30', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 21:00:30', '2015-01-14 21:00:30', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 21:00:30', '2015-01-14 21:00:30', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 21:00:30', '2015-01-14 21:00:30', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 21:00:30', '2015-01-14 21:00:30', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 21:00:51', '2015-01-14 21:00:51', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 21:00:51', '2015-01-14 21:00:51', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 21:00:51', '2015-01-14 21:00:51', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 21:00:51', '2015-01-14 21:00:51', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', '2015-01-14 21:00:51', '2015-01-14 21:00:51', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 21:02:23', '2015-01-14 21:02:23', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 21:02:23', '2015-01-14 21:02:23', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 21:02:23', '2015-01-14 21:02:23', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 21:02:23', '2015-01-14 21:02:23', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 21:02:23', '2015-01-14 21:02:23', 584139033)  (3.7ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Filter chain halted as :authenticate_user_from_token! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 21:02:28', '2015-01-14 21:02:28', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 21:02:28', '2015-01-14 21:02:28', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 21:02:28', '2015-01-14 21:02:28', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 21:02:28', '2015-01-14 21:02:28', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 21:02:28', '2015-01-14 21:02:28', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "EXAMPLE_AUTH_TOKEN"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 21:02:28.270781"], ["current_sign_in_at", "2015-01-14 21:02:28.270781"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 21:02:28.272006"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 7ms (ActiveRecord: 0.5ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:02:02', '2015-01-14 22:02:02', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:02:02', '2015-01-14 22:02:02', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:02:02', '2015-01-14 22:02:02', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:02:02', '2015-01-14 22:02:02', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:02:02', '2015-01-14 22:02:02', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:02:16', '2015-01-14 22:02:16', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:02:16', '2015-01-14 22:02:16', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:02:16', '2015-01-14 22:02:16', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:02:16', '2015-01-14 22:02:16', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:02:16', '2015-01-14 22:02:16', 584139033)  (2.7ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 8ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:02:22', '2015-01-14 22:02:22', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:02:22', '2015-01-14 22:02:22', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:02:22', '2015-01-14 22:02:22', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:02:22', '2015-01-14 22:02:22', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:02:22', '2015-01-14 22:02:22', 584139033)  (2.8ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 7ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:03:40', '2015-01-14 22:03:40', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:03:40', '2015-01-14 22:03:40', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:03:40', '2015-01-14 22:03:40', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:03:40', '2015-01-14 22:03:40', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:03:40', '2015-01-14 22:03:40', 584139033)  (1.4ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 8ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.8ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:04:14', '2015-01-14 22:04:14', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:04:14', '2015-01-14 22:04:14', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:04:14', '2015-01-14 22:04:14', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:04:14', '2015-01-14 22:04:14', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:04:14', '2015-01-14 22:04:14', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 8ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:04:45', '2015-01-14 22:04:45', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:04:45', '2015-01-14 22:04:45', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:04:45', '2015-01-14 22:04:45', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:04:45', '2015-01-14 22:04:45', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:04:45', '2015-01-14 22:04:45', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('EXAMPLE_AUTH_TOKEN', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 22:04:45.570410"], ["current_sign_in_at", "2015-01-14 22:04:45.570410"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 22:04:45.571897"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 8ms (ActiveRecord: 0.5ms)  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:05:07', '2015-01-14 22:05:07', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:05:07', '2015-01-14 22:05:07', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:05:07', '2015-01-14 22:05:07', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:05:07', '2015-01-14 22:05:07', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:05:07', '2015-01-14 22:05:07', 584139033)  (2.3ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 8ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:06:56', '2015-01-14 22:06:56', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:06:56', '2015-01-14 22:06:56', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:06:56', '2015-01-14 22:06:56', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:06:56', '2015-01-14 22:06:56', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:06:56', '2015-01-14 22:06:56', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('EXAMPLE_AUTH_TOKEN', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 22:06:56.422509"], ["current_sign_in_at", "2015-01-14 22:06:56.422509"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 22:06:56.423861"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 9ms (ActiveRecord: 0.6ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:08:51', '2015-01-14 22:08:51', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:08:51', '2015-01-14 22:08:51', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:08:51', '2015-01-14 22:08:51', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:08:51', '2015-01-14 22:08:51', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:08:51', '2015-01-14 22:08:51', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:13:27', '2015-01-14 22:13:27', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:13:27', '2015-01-14 22:13:27', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:13:27', '2015-01-14 22:13:27', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:13:27', '2015-01-14 22:13:27', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:13:27', '2015-01-14 22:13:27', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:13:41', '2015-01-14 22:13:41', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:13:41', '2015-01-14 22:13:41', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:13:41', '2015-01-14 22:13:41', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:13:41', '2015-01-14 22:13:41', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:13:41', '2015-01-14 22:13:41', 584139033)  (3.1ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 7ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:13:58', '2015-01-14 22:13:58', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:13:58', '2015-01-14 22:13:58', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:13:58', '2015-01-14 22:13:58', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:13:58', '2015-01-14 22:13:58', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:13:58', '2015-01-14 22:13:58', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('EXAMPLE_AUTH_TOKEN', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 22:13:58.402717"], ["current_sign_in_at", "2015-01-14 22:13:58.402717"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 22:13:58.404509"], ["id", 584139033]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 9ms (ActiveRecord: 0.7ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:14:02', '2015-01-14 22:14:02', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:14:02', '2015-01-14 22:14:02', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:14:02', '2015-01-14 22:14:02', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:14:02', '2015-01-14 22:14:02', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:14:02', '2015-01-14 22:14:02', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 10ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:14:32', '2015-01-14 22:14:32', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:14:32', '2015-01-14 22:14:32', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:14:32', '2015-01-14 22:14:32', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:14:32', '2015-01-14 22:14:32', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:14:32', '2015-01-14 22:14:32', 584139033)  (2.1ms) commit transaction  (0.0ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:14:53', '2015-01-14 22:14:53', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:14:53', '2015-01-14 22:14:53', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:14:53', '2015-01-14 22:14:53', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:14:53', '2015-01-14 22:14:53', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:14:53', '2015-01-14 22:14:53', 584139033)  (1.8ms) commit transaction  (0.0ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:16:05', '2015-01-14 22:16:05', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:16:05', '2015-01-14 22:16:05', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:16:05', '2015-01-14 22:16:05', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:16:05', '2015-01-14 22:16:05', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:16:05', '2015-01-14 22:16:05', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 500 Internal Server Error in 11ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:17:10', '2015-01-14 22:17:10', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:17:10', '2015-01-14 22:17:10', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:17:10', '2015-01-14 22:17:10', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:17:10', '2015-01-14 22:17:10', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:17:10', '2015-01-14 22:17:10', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 500 Internal Server Error in 10ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:18:08', '2015-01-14 22:18:08', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:18:08', '2015-01-14 22:18:08', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:18:08', '2015-01-14 22:18:08', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:18:08', '2015-01-14 22:18:08', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:18:08', '2015-01-14 22:18:08', 584139033)  (2.1ms) commit transaction  (0.0ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:18:35', '2015-01-14 22:18:35', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:18:35', '2015-01-14 22:18:35', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:18:35', '2015-01-14 22:18:35', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:18:35', '2015-01-14 22:18:35', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:18:35', '2015-01-14 22:18:35', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 401 Unauthorized in 10ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:23:03', '2015-01-14 22:23:03', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:23:03', '2015-01-14 22:23:03', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:23:03', '2015-01-14 22:23:03', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:23:03', '2015-01-14 22:23:03', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:23:03', '2015-01-14 22:23:03', 584139033)  (2.1ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:36:47', '2015-01-14 22:36:47', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:36:47', '2015-01-14 22:36:47', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:36:47', '2015-01-14 22:36:47', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:36:47', '2015-01-14 22:36:47', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:36:47', '2015-01-14 22:36:47', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tokens@test.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "640159351c3b1a4dd1dac19041268a740761fbd59d21c669"]] SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "tokens@test.com"], ["encrypted_password", "$2a$04$ZWh.Cdqviq3isEf18xQydem0v6O4ymKT8qllQnPIVWWnX3Died5f."], ["authentication_token", "640159351c3b1a4dd1dac19041268a740761fbd59d21c669"], ["created_at", "2015-01-14 22:36:47.497181"], ["updated_at", "2015-01-14 22:36:47.497181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:37:09', '2015-01-14 22:37:09', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:37:09', '2015-01-14 22:37:09', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:37:09', '2015-01-14 22:37:09', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:37:09', '2015-01-14 22:37:09', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:37:09', '2015-01-14 22:37:09', 584139033)  (2.6ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tokens@test.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "df230030930a37b83e2a7351303e0913bb7d74dcee791cb3"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "tokens@test.com"], ["encrypted_password", "$2a$04$ijjY0HLnp1QszTBXg3KVbuYfppR7b4r64o.MvKWkg9NvjuXxHxMzK"], ["authentication_token", "df230030930a37b83e2a7351303e0913bb7d74dcee791cb3"], ["created_at", "2015-01-14 22:37:09.674534"], ["updated_at", "2015-01-14 22:37:09.674534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:45:54', '2015-01-14 22:45:54', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:45:54', '2015-01-14 22:45:54', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:45:54', '2015-01-14 22:45:54', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:45:54', '2015-01-14 22:45:54', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:45:54', '2015-01-14 22:45:54', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:46:04', '2015-01-14 22:46:04', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:46:04', '2015-01-14 22:46:04', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:46:04', '2015-01-14 22:46:04', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:46:04', '2015-01-14 22:46:04', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:46:04', '2015-01-14 22:46:04', 584139033)  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.5ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:49:13', '2015-01-14 22:49:13', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:49:13', '2015-01-14 22:49:13', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:49:13', '2015-01-14 22:49:13', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:49:13', '2015-01-14 22:49:13', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:49:13', '2015-01-14 22:49:13', 584139033)  (2.3ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:49:36', '2015-01-14 22:49:36', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:49:36', '2015-01-14 22:49:36', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:49:36', '2015-01-14 22:49:36', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:49:36', '2015-01-14 22:49:36', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:49:36', '2015-01-14 22:49:36', 584139033)  (2.6ms) commit transaction  (0.0ms) begin transaction Processing by Devise::RegistrationsController#create as JSON Parameters: {"api_user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}} [Devise] Could not find devise mapping for path "/api/users?api_user%5Bemail%5D=test%40testerson.com&api_user%5Bpassword%5D=metova134". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] Completed 404 Not Found in 0ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:49:52', '2015-01-14 22:49:52', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:49:52', '2015-01-14 22:49:52', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:49:52', '2015-01-14 22:49:52', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:49:52', '2015-01-14 22:49:52', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:49:52', '2015-01-14 22:49:52', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:50:52', '2015-01-14 22:50:52', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:50:52', '2015-01-14 22:50:52', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:50:52', '2015-01-14 22:50:52', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:50:52', '2015-01-14 22:50:52', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:50:52', '2015-01-14 22:50:52', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:51:04', '2015-01-14 22:51:04', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:51:04', '2015-01-14 22:51:04', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:51:04', '2015-01-14 22:51:04', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:51:04', '2015-01-14 22:51:04', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:51:04', '2015-01-14 22:51:04', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"api_user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}} [Devise] Could not find devise mapping for path "/api/users?api_user%5Bemail%5D=test%40testerson.com&api_user%5Bpassword%5D=metova134". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] Completed 404 Not Found in 0ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:51:16', '2015-01-14 22:51:16', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:51:16', '2015-01-14 22:51:16', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:51:16', '2015-01-14 22:51:16', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:51:16', '2015-01-14 22:51:16', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:51:16', '2015-01-14 22:51:16', 584139033)  (2.3ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"api_user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "5ff66f6302c56924d65740e4a0af987058c98cd5"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$nkVxgpxt728BbjbblNFXq.weURoCjAM5BTW2w8eB5CTGJEFbk1g4q"], ["authentication_token", "5ff66f6302c56924d65740e4a0af987058c98cd5"], ["created_at", "2015-01-14 22:51:16.807801"], ["updated_at", "2015-01-14 22:51:16.807801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 22:51:16.809785"], ["current_sign_in_at", "2015-01-14 22:51:16.809785"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 22:51:16.810548"], ["id", 584139034]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 30ms  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:51:56', '2015-01-14 22:51:56', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:51:56', '2015-01-14 22:51:56', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:51:56', '2015-01-14 22:51:56', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:51:56', '2015-01-14 22:51:56', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:51:56', '2015-01-14 22:51:56', 584139033)  (3.1ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"api_user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "7bd96f7c0963ab8d6244927a611e3cc0707d170d"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$1ijCoxPfHw5qQ0Uq63bzyOIEWuOfLJ62jWL2r11HTfe/ImpqPKeIq"], ["authentication_token", "7bd96f7c0963ab8d6244927a611e3cc0707d170d"], ["created_at", "2015-01-14 22:51:56.765580"], ["updated_at", "2015-01-14 22:51:56.765580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 22:51:56.767354"], ["current_sign_in_at", "2015-01-14 22:51:56.767354"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 22:51:56.768122"], ["id", 584139034]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 406 Not Acceptable in 30ms  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:52:09', '2015-01-14 22:52:09', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:52:09', '2015-01-14 22:52:09', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:52:09', '2015-01-14 22:52:09', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:52:09', '2015-01-14 22:52:09', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:52:09', '2015-01-14 22:52:09', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"api_user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "fdebb6d1966f97b8b910ee86948c94be2ea55af8"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$1.h73pQ.1vPIRgzqWQ71I.wGk3W4FtELbhgRVG8QcLhTfZRewnJjO"], ["authentication_token", "fdebb6d1966f97b8b910ee86948c94be2ea55af8"], ["created_at", "2015-01-14 22:52:09.368322"], ["updated_at", "2015-01-14 22:52:09.368322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 22:52:09.370176"], ["current_sign_in_at", "2015-01-14 22:52:09.370176"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 22:52:09.370920"], ["id", 584139034]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 39ms (Views: 0.6ms | ActiveRecord: 2.0ms)  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:53:04', '2015-01-14 22:53:04', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:53:04', '2015-01-14 22:53:04', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:53:04', '2015-01-14 22:53:04', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:53:04', '2015-01-14 22:53:04', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:53:04', '2015-01-14 22:53:04', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 19ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.4ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:56:42', '2015-01-14 22:56:42', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:56:42', '2015-01-14 22:56:42', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:56:42', '2015-01-14 22:56:42', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:56:42', '2015-01-14 22:56:42', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:56:42', '2015-01-14 22:56:42', 584139033)  (0.8ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 20ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 22:57:21', '2015-01-14 22:57:21', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 22:57:21', '2015-01-14 22:57:21', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 22:57:21', '2015-01-14 22:57:21', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 22:57:21', '2015-01-14 22:57:21', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 22:57:21', '2015-01-14 22:57:21', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 20ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:03:30', '2015-01-14 23:03:30', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:03:30', '2015-01-14 23:03:30', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:03:30', '2015-01-14 23:03:30', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:03:30', '2015-01-14 23:03:30', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:03:30', '2015-01-14 23:03:30', 584139033)  (2.6ms) commit transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "3aed9faa7ec919873a24784ce1fb3d3ffc34fd04"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$JiGuX/DrIjSrNdn9h3G6VeTEQzvm77OdLn7GhFJ2CjwWOgMWZGoCy"], ["authentication_token", "3aed9faa7ec919873a24784ce1fb3d3ffc34fd04"], ["created_at", "2015-01-14 23:03:30.525624"], ["updated_at", "2015-01-14 23:03:30.525624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 23:03:30.527497"], ["current_sign_in_at", "2015-01-14 23:03:30.527497"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 23:03:30.528283"], ["id", 584139034]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 37ms (Views: 0.4ms | ActiveRecord: 1.8ms)  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:29:35', '2015-01-14 23:29:35', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:29:35', '2015-01-14 23:29:35', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:29:35', '2015-01-14 23:29:35', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:29:35', '2015-01-14 23:29:35', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:29:35', '2015-01-14 23:29:35', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 25ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:30:25', '2015-01-14 23:30:25', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:30:25', '2015-01-14 23:30:25', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:30:25', '2015-01-14 23:30:25', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:30:25', '2015-01-14 23:30:25', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:30:25', '2015-01-14 23:30:25', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 28ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:30:37', '2015-01-14 23:30:37', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:30:37', '2015-01-14 23:30:37', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:30:37', '2015-01-14 23:30:37', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:30:37', '2015-01-14 23:30:37', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:30:37', '2015-01-14 23:30:37', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 30ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:30:56', '2015-01-14 23:30:56', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:30:56', '2015-01-14 23:30:56', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:30:56', '2015-01-14 23:30:56', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:30:56', '2015-01-14 23:30:56', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:30:56', '2015-01-14 23:30:56', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 28ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:31:23', '2015-01-14 23:31:23', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:31:23', '2015-01-14 23:31:23', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:31:23', '2015-01-14 23:31:23', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:31:23', '2015-01-14 23:31:23', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:31:23', '2015-01-14 23:31:23', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 26ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:32:42', '2015-01-14 23:32:42', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:32:42', '2015-01-14 23:32:42', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:32:42', '2015-01-14 23:32:42', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:32:42', '2015-01-14 23:32:42', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:32:42', '2015-01-14 23:32:42', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 27ms (Views: 0.5ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:33:41', '2015-01-14 23:33:41', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:33:41', '2015-01-14 23:33:41', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:33:41', '2015-01-14 23:33:41', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:33:41', '2015-01-14 23:33:41', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:33:41', '2015-01-14 23:33:41', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.100604"], ["updated_at", "2015-01-14 23:33:41.100604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.102775"], ["updated_at", "2015-01-14 23:33:41.102775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.105318"], ["updated_at", "2015-01-14 23:33:41.105318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.106753"], ["updated_at", "2015-01-14 23:33:41.106753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.108146"], ["updated_at", "2015-01-14 23:33:41.108146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.109478"], ["updated_at", "2015-01-14 23:33:41.109478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.110776"], ["updated_at", "2015-01-14 23:33:41.110776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.112574"], ["updated_at", "2015-01-14 23:33:41.112574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.114759"], ["updated_at", "2015-01-14 23:33:41.114759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.116766"], ["updated_at", "2015-01-14 23:33:41.116766"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.118658"], ["updated_at", "2015-01-14 23:33:41.118658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.120539"], ["updated_at", "2015-01-14 23:33:41.120539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.122431"], ["updated_at", "2015-01-14 23:33:41.122431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.124117"], ["updated_at", "2015-01-14 23:33:41.124117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.125680"], ["updated_at", "2015-01-14 23:33:41.125680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.127228"], ["updated_at", "2015-01-14 23:33:41.127228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.128637"], ["updated_at", "2015-01-14 23:33:41.128637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.129971"], ["updated_at", "2015-01-14 23:33:41.129971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.131283"], ["updated_at", "2015-01-14 23:33:41.131283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:33:41.132650"], ["updated_at", "2015-01-14 23:33:41.132650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:33:48', '2015-01-14 23:33:48', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:33:48', '2015-01-14 23:33:48', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:33:48', '2015-01-14 23:33:48', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:33:48', '2015-01-14 23:33:48', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:33:48', '2015-01-14 23:33:48', 584139033)  (2.1ms) commit transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 26ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:34:30', '2015-01-14 23:34:30', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:34:30', '2015-01-14 23:34:30', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:34:30', '2015-01-14 23:34:30', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:34:30', '2015-01-14 23:34:30', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:34:30', '2015-01-14 23:34:30', 584139033)  (1.5ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 401 Unauthorized in 6ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('EXAMPLE_AUTH_TOKEN', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 23:34:31.020293"], ["current_sign_in_at", "2015-01-14 23:34:31.020293"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 23:34:31.021429"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 4ms (ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.039492"], ["updated_at", "2015-01-14 23:34:31.039492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.041417"], ["updated_at", "2015-01-14 23:34:31.041417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.044202"], ["updated_at", "2015-01-14 23:34:31.044202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.045674"], ["updated_at", "2015-01-14 23:34:31.045674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.047070"], ["updated_at", "2015-01-14 23:34:31.047070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.048427"], ["updated_at", "2015-01-14 23:34:31.048427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.049807"], ["updated_at", "2015-01-14 23:34:31.049807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.051170"], ["updated_at", "2015-01-14 23:34:31.051170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.052856"], ["updated_at", "2015-01-14 23:34:31.052856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.054488"], ["updated_at", "2015-01-14 23:34:31.054488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.055936"], ["updated_at", "2015-01-14 23:34:31.055936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.057265"], ["updated_at", "2015-01-14 23:34:31.057265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.058589"], ["updated_at", "2015-01-14 23:34:31.058589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.059915"], ["updated_at", "2015-01-14 23:34:31.059915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.061245"], ["updated_at", "2015-01-14 23:34:31.061245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.062567"], ["updated_at", "2015-01-14 23:34:31.062567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.063888"], ["updated_at", "2015-01-14 23:34:31.063888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.065208"], ["updated_at", "2015-01-14 23:34:31.065208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.066534"], ["updated_at", "2015-01-14 23:34:31.066534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.067907"], ["updated_at", "2015-01-14 23:34:31.067907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 13ms (Views: 8.3ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]]  (0.7ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.089443"], ["updated_at", "2015-01-14 23:34:31.089443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.091714"], ["updated_at", "2015-01-14 23:34:31.091714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.093850"], ["updated_at", "2015-01-14 23:34:31.093850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.095661"], ["updated_at", "2015-01-14 23:34:31.095661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.097309"], ["updated_at", "2015-01-14 23:34:31.097309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.098896"], ["updated_at", "2015-01-14 23:34:31.098896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.100318"], ["updated_at", "2015-01-14 23:34:31.100318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.101645"], ["updated_at", "2015-01-14 23:34:31.101645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.102983"], ["updated_at", "2015-01-14 23:34:31.102983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.104298"], ["updated_at", "2015-01-14 23:34:31.104298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.105613"], ["updated_at", "2015-01-14 23:34:31.105613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.106948"], ["updated_at", "2015-01-14 23:34:31.106948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.108262"], ["updated_at", "2015-01-14 23:34:31.108262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.109581"], ["updated_at", "2015-01-14 23:34:31.109581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.110901"], ["updated_at", "2015-01-14 23:34:31.110901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.112219"], ["updated_at", "2015-01-14 23:34:31.112219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.113596"], ["updated_at", "2015-01-14 23:34:31.113596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.114912"], ["updated_at", "2015-01-14 23:34:31.114912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.116240"], ["updated_at", "2015-01-14 23:34:31.116240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.117624"], ["updated_at", "2015-01-14 23:34:31.117624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"2", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]]  (0.6ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.128469"], ["updated_at", "2015-01-14 23:34:31.128469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.130036"], ["updated_at", "2015-01-14 23:34:31.130036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.131605"], ["updated_at", "2015-01-14 23:34:31.131605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.132938"], ["updated_at", "2015-01-14 23:34:31.132938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.134267"], ["updated_at", "2015-01-14 23:34:31.134267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.135586"], ["updated_at", "2015-01-14 23:34:31.135586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.137544"], ["updated_at", "2015-01-14 23:34:31.137544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.139571"], ["updated_at", "2015-01-14 23:34:31.139571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.141534"], ["updated_at", "2015-01-14 23:34:31.141534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.143432"], ["updated_at", "2015-01-14 23:34:31.143432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.145313"], ["updated_at", "2015-01-14 23:34:31.145313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.147203"], ["updated_at", "2015-01-14 23:34:31.147203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.148747"], ["updated_at", "2015-01-14 23:34:31.148747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.150292"], ["updated_at", "2015-01-14 23:34:31.150292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.151745"], ["updated_at", "2015-01-14 23:34:31.151745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.153053"], ["updated_at", "2015-01-14 23:34:31.153053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.154374"], ["updated_at", "2015-01-14 23:34:31.154374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.155745"], ["updated_at", "2015-01-14 23:34:31.155745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.157124"], ["updated_at", "2015-01-14 23:34:31.157124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.158477"], ["updated_at", "2015-01-14 23:34:31.158477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.165381"], ["updated_at", "2015-01-14 23:34:31.165381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.167124"], ["updated_at", "2015-01-14 23:34:31.167124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.168738"], ["updated_at", "2015-01-14 23:34:31.168738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.170078"], ["updated_at", "2015-01-14 23:34:31.170078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.171402"], ["updated_at", "2015-01-14 23:34:31.171402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.172768"], ["updated_at", "2015-01-14 23:34:31.172768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.174294"], ["updated_at", "2015-01-14 23:34:31.174294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.175676"], ["updated_at", "2015-01-14 23:34:31.175676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.177034"], ["updated_at", "2015-01-14 23:34:31.177034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.178392"], ["updated_at", "2015-01-14 23:34:31.178392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.179722"], ["updated_at", "2015-01-14 23:34:31.179722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.181044"], ["updated_at", "2015-01-14 23:34:31.181044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.182367"], ["updated_at", "2015-01-14 23:34:31.182367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.183740"], ["updated_at", "2015-01-14 23:34:31.183740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.185060"], ["updated_at", "2015-01-14 23:34:31.185060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.186391"], ["updated_at", "2015-01-14 23:34:31.186391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.187707"], ["updated_at", "2015-01-14 23:34:31.187707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.189024"], ["updated_at", "2015-01-14 23:34:31.189024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.190340"], ["updated_at", "2015-01-14 23:34:31.190340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.191657"], ["updated_at", "2015-01-14 23:34:31.191657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "limit"=>"20"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.197087"], ["updated_at", "2015-01-14 23:34:31.197087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.198760"], ["updated_at", "2015-01-14 23:34:31.198760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.200434"], ["updated_at", "2015-01-14 23:34:31.200434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.201858"], ["updated_at", "2015-01-14 23:34:31.201858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.203284"], ["updated_at", "2015-01-14 23:34:31.203284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.204624"], ["updated_at", "2015-01-14 23:34:31.204624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.206373"], ["updated_at", "2015-01-14 23:34:31.206373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.207813"], ["updated_at", "2015-01-14 23:34:31.207813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.209233"], ["updated_at", "2015-01-14 23:34:31.209233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.210599"], ["updated_at", "2015-01-14 23:34:31.210599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.211941"], ["updated_at", "2015-01-14 23:34:31.211941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.213267"], ["updated_at", "2015-01-14 23:34:31.213267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.214591"], ["updated_at", "2015-01-14 23:34:31.214591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.216017"], ["updated_at", "2015-01-14 23:34:31.216017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.217361"], ["updated_at", "2015-01-14 23:34:31.217361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.218707"], ["updated_at", "2015-01-14 23:34:31.218707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.220065"], ["updated_at", "2015-01-14 23:34:31.220065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.221394"], ["updated_at", "2015-01-14 23:34:31.221394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.222719"], ["updated_at", "2015-01-14 23:34:31.222719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.224074"], ["updated_at", "2015-01-14 23:34:31.224074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.233656"], ["updated_at", "2015-01-14 23:34:31.233656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.235306"], ["updated_at", "2015-01-14 23:34:31.235306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.236852"], ["updated_at", "2015-01-14 23:34:31.236852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.238208"], ["updated_at", "2015-01-14 23:34:31.238208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.239542"], ["updated_at", "2015-01-14 23:34:31.239542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.240864"], ["updated_at", "2015-01-14 23:34:31.240864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.242703"], ["updated_at", "2015-01-14 23:34:31.242703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.244711"], ["updated_at", "2015-01-14 23:34:31.244711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.246682"], ["updated_at", "2015-01-14 23:34:31.246682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.248578"], ["updated_at", "2015-01-14 23:34:31.248578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.250498"], ["updated_at", "2015-01-14 23:34:31.250498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.252387"], ["updated_at", "2015-01-14 23:34:31.252387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.253966"], ["updated_at", "2015-01-14 23:34:31.253966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.255529"], ["updated_at", "2015-01-14 23:34:31.255529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.256973"], ["updated_at", "2015-01-14 23:34:31.256973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.258376"], ["updated_at", "2015-01-14 23:34:31.258376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.259943"], ["updated_at", "2015-01-14 23:34:31.259943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.261320"], ["updated_at", "2015-01-14 23:34:31.261320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.262644"], ["updated_at", "2015-01-14 23:34:31.262644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.263977"], ["updated_at", "2015-01-14 23:34:31.263977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.274108"], ["updated_at", "2015-01-14 23:34:31.274108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.276369"], ["updated_at", "2015-01-14 23:34:31.276369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.278635"], ["updated_at", "2015-01-14 23:34:31.278635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.280571"], ["updated_at", "2015-01-14 23:34:31.280571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.282255"], ["updated_at", "2015-01-14 23:34:31.282255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.283865"], ["updated_at", "2015-01-14 23:34:31.283865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.285282"], ["updated_at", "2015-01-14 23:34:31.285282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.286624"], ["updated_at", "2015-01-14 23:34:31.286624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.287985"], ["updated_at", "2015-01-14 23:34:31.287985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:34:31.289312"], ["updated_at", "2015-01-14 23:34:31.289312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "ids"=>"112844655,834596868,834596858,683130438,584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? AND "posts"."id" IN (112844655, 834596868, 834596858, 683130438, 584139033) [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" ASC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title", "direction"=>"desc"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" DESC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "4398ff14921e85642dea63d963fc66a9912acb51"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$rKAWWQnNYc5T6iMhFoTPX.wpC0KLneRIyu2SEmZ30ir2zYCweWOKm"], ["authentication_token", "4398ff14921e85642dea63d963fc66a9912acb51"], ["created_at", "2015-01-14 23:34:31.319580"], ["updated_at", "2015-01-14 23:34:31.319580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 23:34:31.321259"], ["current_sign_in_at", "2015-01-14 23:34:31.321259"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 23:34:31.321857"], ["id", 584139034]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 18ms (Views: 0.3ms | ActiveRecord: 0.9ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 67ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tokens@test.com' LIMIT 1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "6665b7208dd185b2b592f2f2ff4b3e6ee6f9ec3a"]] SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "tokens@test.com"], ["encrypted_password", "$2a$04$3/BRhGzJdWAK6Be6t2lPQO.236CLcT43FLGBwXg0uZEBqurp2LVpu"], ["authentication_token", "6665b7208dd185b2b592f2f2ff4b3e6ee6f9ec3a"], ["created_at", "2015-01-14 23:34:31.401677"], ["updated_at", "2015-01-14 23:34:31.401677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 17:34:31 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 17:34:31 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 17:34:31 -0600  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:35:07', '2015-01-14 23:35:07', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:35:07', '2015-01-14 23:35:07', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:35:07', '2015-01-14 23:35:07', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:35:07', '2015-01-14 23:35:07', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:35:07', '2015-01-14 23:35:07', 584139033)  (2.6ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 401 Unauthorized in 10ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-14 23:42:30', '2015-01-14 23:42:30', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-14 23:42:30', '2015-01-14 23:42:30', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-14 23:42:30', '2015-01-14 23:42:30', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-14 23:42:30', '2015-01-14 23:42:30', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-14 23:42:30', '2015-01-14 23:42:30', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('dickbutt', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1 Completed 401 Unauthorized in 6ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."authentication_token" IN ('EXAMPLE_AUTH_TOKEN', '--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {} ') LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 23:42:30.084785"], ["current_sign_in_at", "2015-01-14 23:42:30.084785"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 23:42:30.086023"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 4ms (ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.105623"], ["updated_at", "2015-01-14 23:42:30.105623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.108435"], ["updated_at", "2015-01-14 23:42:30.108435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.111657"], ["updated_at", "2015-01-14 23:42:30.111657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.113619"], ["updated_at", "2015-01-14 23:42:30.113619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.115480"], ["updated_at", "2015-01-14 23:42:30.115480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.117064"], ["updated_at", "2015-01-14 23:42:30.117064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.118899"], ["updated_at", "2015-01-14 23:42:30.118899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.120560"], ["updated_at", "2015-01-14 23:42:30.120560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.122136"], ["updated_at", "2015-01-14 23:42:30.122136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.123579"], ["updated_at", "2015-01-14 23:42:30.123579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.125029"], ["updated_at", "2015-01-14 23:42:30.125029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.126444"], ["updated_at", "2015-01-14 23:42:30.126444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.127812"], ["updated_at", "2015-01-14 23:42:30.127812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.129164"], ["updated_at", "2015-01-14 23:42:30.129164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.130519"], ["updated_at", "2015-01-14 23:42:30.130519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.131864"], ["updated_at", "2015-01-14 23:42:30.131864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.133273"], ["updated_at", "2015-01-14 23:42:30.133273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.134718"], ["updated_at", "2015-01-14 23:42:30.134718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.136063"], ["updated_at", "2015-01-14 23:42:30.136063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.137554"], ["updated_at", "2015-01-14 23:42:30.137554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 13ms (Views: 8.1ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]]  (1.2ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.159018"], ["updated_at", "2015-01-14 23:42:30.159018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.161387"], ["updated_at", "2015-01-14 23:42:30.161387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.163641"], ["updated_at", "2015-01-14 23:42:30.163641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.165576"], ["updated_at", "2015-01-14 23:42:30.165576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.167777"], ["updated_at", "2015-01-14 23:42:30.167777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.169811"], ["updated_at", "2015-01-14 23:42:30.169811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.171929"], ["updated_at", "2015-01-14 23:42:30.171929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.173988"], ["updated_at", "2015-01-14 23:42:30.173988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.175986"], ["updated_at", "2015-01-14 23:42:30.175986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.177903"], ["updated_at", "2015-01-14 23:42:30.177903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.179864"], ["updated_at", "2015-01-14 23:42:30.179864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.181766"], ["updated_at", "2015-01-14 23:42:30.181766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.183353"], ["updated_at", "2015-01-14 23:42:30.183353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.184931"], ["updated_at", "2015-01-14 23:42:30.184931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.186401"], ["updated_at", "2015-01-14 23:42:30.186401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.187739"], ["updated_at", "2015-01-14 23:42:30.187739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.189372"], ["updated_at", "2015-01-14 23:42:30.189372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.191105"], ["updated_at", "2015-01-14 23:42:30.191105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.192645"], ["updated_at", "2015-01-14 23:42:30.192645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.194080"], ["updated_at", "2015-01-14 23:42:30.194080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"2", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]]  (0.8ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.205647"], ["updated_at", "2015-01-14 23:42:30.205647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.207938"], ["updated_at", "2015-01-14 23:42:30.207938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.210163"], ["updated_at", "2015-01-14 23:42:30.210163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.212117"], ["updated_at", "2015-01-14 23:42:30.212117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.214482"], ["updated_at", "2015-01-14 23:42:30.214482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.216524"], ["updated_at", "2015-01-14 23:42:30.216524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.218470"], ["updated_at", "2015-01-14 23:42:30.218470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.220387"], ["updated_at", "2015-01-14 23:42:30.220387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.222333"], ["updated_at", "2015-01-14 23:42:30.222333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.224443"], ["updated_at", "2015-01-14 23:42:30.224443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.226578"], ["updated_at", "2015-01-14 23:42:30.226578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.228650"], ["updated_at", "2015-01-14 23:42:30.228650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.230576"], ["updated_at", "2015-01-14 23:42:30.230576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.232496"], ["updated_at", "2015-01-14 23:42:30.232496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.234436"], ["updated_at", "2015-01-14 23:42:30.234436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.236146"], ["updated_at", "2015-01-14 23:42:30.236146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.237734"], ["updated_at", "2015-01-14 23:42:30.237734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.239719"], ["updated_at", "2015-01-14 23:42:30.239719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.241462"], ["updated_at", "2015-01-14 23:42:30.241462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.243039"], ["updated_at", "2015-01-14 23:42:30.243039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.249618"], ["updated_at", "2015-01-14 23:42:30.249618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.251412"], ["updated_at", "2015-01-14 23:42:30.251412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.253147"], ["updated_at", "2015-01-14 23:42:30.253147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.254570"], ["updated_at", "2015-01-14 23:42:30.254570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.255978"], ["updated_at", "2015-01-14 23:42:30.255978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.257527"], ["updated_at", "2015-01-14 23:42:30.257527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.259707"], ["updated_at", "2015-01-14 23:42:30.259707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.261779"], ["updated_at", "2015-01-14 23:42:30.261779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.263720"], ["updated_at", "2015-01-14 23:42:30.263720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.265652"], ["updated_at", "2015-01-14 23:42:30.265652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.267591"], ["updated_at", "2015-01-14 23:42:30.267591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.269233"], ["updated_at", "2015-01-14 23:42:30.269233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.270890"], ["updated_at", "2015-01-14 23:42:30.270890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.272455"], ["updated_at", "2015-01-14 23:42:30.272455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.273962"], ["updated_at", "2015-01-14 23:42:30.273962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.275426"], ["updated_at", "2015-01-14 23:42:30.275426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.276858"], ["updated_at", "2015-01-14 23:42:30.276858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.278345"], ["updated_at", "2015-01-14 23:42:30.278345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.279761"], ["updated_at", "2015-01-14 23:42:30.279761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.281105"], ["updated_at", "2015-01-14 23:42:30.281105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "limit"=>"20"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.286823"], ["updated_at", "2015-01-14 23:42:30.286823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.288526"], ["updated_at", "2015-01-14 23:42:30.288526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.290178"], ["updated_at", "2015-01-14 23:42:30.290178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.291639"], ["updated_at", "2015-01-14 23:42:30.291639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.293214"], ["updated_at", "2015-01-14 23:42:30.293214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.294774"], ["updated_at", "2015-01-14 23:42:30.294774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.297094"], ["updated_at", "2015-01-14 23:42:30.297094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.299101"], ["updated_at", "2015-01-14 23:42:30.299101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.301012"], ["updated_at", "2015-01-14 23:42:30.301012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.302911"], ["updated_at", "2015-01-14 23:42:30.302911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.304817"], ["updated_at", "2015-01-14 23:42:30.304817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.306466"], ["updated_at", "2015-01-14 23:42:30.306466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.308066"], ["updated_at", "2015-01-14 23:42:30.308066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.309615"], ["updated_at", "2015-01-14 23:42:30.309615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.311062"], ["updated_at", "2015-01-14 23:42:30.311062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.312527"], ["updated_at", "2015-01-14 23:42:30.312527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.313992"], ["updated_at", "2015-01-14 23:42:30.313992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.315443"], ["updated_at", "2015-01-14 23:42:30.315443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.317064"], ["updated_at", "2015-01-14 23:42:30.317064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.318942"], ["updated_at", "2015-01-14 23:42:30.318942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.329795"], ["updated_at", "2015-01-14 23:42:30.329795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.331519"], ["updated_at", "2015-01-14 23:42:30.331519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.333132"], ["updated_at", "2015-01-14 23:42:30.333132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.334621"], ["updated_at", "2015-01-14 23:42:30.334621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.336109"], ["updated_at", "2015-01-14 23:42:30.336109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.337611"], ["updated_at", "2015-01-14 23:42:30.337611"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.339648"], ["updated_at", "2015-01-14 23:42:30.339648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.341784"], ["updated_at", "2015-01-14 23:42:30.341784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.343781"], ["updated_at", "2015-01-14 23:42:30.343781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.345754"], ["updated_at", "2015-01-14 23:42:30.345754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.347735"], ["updated_at", "2015-01-14 23:42:30.347735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.349523"], ["updated_at", "2015-01-14 23:42:30.349523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.351125"], ["updated_at", "2015-01-14 23:42:30.351125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.352726"], ["updated_at", "2015-01-14 23:42:30.352726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.354416"], ["updated_at", "2015-01-14 23:42:30.354416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.356128"], ["updated_at", "2015-01-14 23:42:30.356128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.357705"], ["updated_at", "2015-01-14 23:42:30.357705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.359209"], ["updated_at", "2015-01-14 23:42:30.359209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.360690"], ["updated_at", "2015-01-14 23:42:30.360690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.362108"], ["updated_at", "2015-01-14 23:42:30.362108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.372612"], ["updated_at", "2015-01-14 23:42:30.372612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.374897"], ["updated_at", "2015-01-14 23:42:30.374897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.377150"], ["updated_at", "2015-01-14 23:42:30.377150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.379168"], ["updated_at", "2015-01-14 23:42:30.379168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.381481"], ["updated_at", "2015-01-14 23:42:30.381481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.383583"], ["updated_at", "2015-01-14 23:42:30.383583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.385569"], ["updated_at", "2015-01-14 23:42:30.385569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.387506"], ["updated_at", "2015-01-14 23:42:30.387506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.389581"], ["updated_at", "2015-01-14 23:42:30.389581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-14 23:42:30.391554"], ["updated_at", "2015-01-14 23:42:30.391554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "ids"=>"834596863,834596859,834596865,834596866,683130438"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? AND "posts"."id" IN (834596863, 834596859, 834596865, 834596866, 683130438) [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" ASC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title", "direction"=>"desc"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" DESC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "e5ec3911af3f4c704437e1fbc736ba88c54ef621"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$jbt7fM1vK6y887WiylliXe7t0rW2cgXc7KgiTtcTJ/nXgeCY/Kwe."], ["authentication_token", "e5ec3911af3f4c704437e1fbc736ba88c54ef621"], ["created_at", "2015-01-14 23:42:30.424081"], ["updated_at", "2015-01-14 23:42:30.424081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-14 23:42:30.425856"], ["current_sign_in_at", "2015-01-14 23:42:30.425856"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-14 23:42:30.426549"], ["id", 584139034]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 19ms (Views: 0.3ms | ActiveRecord: 0.9ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 70ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tokens@test.com' LIMIT 1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "76d3eef47764a63b064f00eec712e9778ae8a8b8"]] SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "tokens@test.com"], ["encrypted_password", "$2a$04$3aAj/dm8YTxBY0NJJ08vT..C/P.5sX65XEZJ2gF3CbJelgc41ts2O"], ["authentication_token", "76d3eef47764a63b064f00eec712e9778ae8a8b8"], ["created_at", "2015-01-14 23:42:30.510946"], ["updated_at", "2015-01-14 23:42:30.510946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 17:42:30 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 17:42:30 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 17:42:30 -0600  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 00:06:00', '2015-01-15 00:06:00', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 00:06:00', '2015-01-15 00:06:00', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 00:06:00', '2015-01-15 00:06:00', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 00:06:00', '2015-01-15 00:06:00', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 00:06:00', '2015-01-15 00:06:00', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 8ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 00:07:06', '2015-01-15 00:07:06', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 00:07:06', '2015-01-15 00:07:06', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 00:07:06', '2015-01-15 00:07:06', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 00:07:06', '2015-01-15 00:07:06', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 00:07:06', '2015-01-15 00:07:06', 584139033)  (2.6ms) commit transaction  (0.0ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "logan.serman@metova.com"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 00:07:06.916021"], ["current_sign_in_at", "2015-01-15 00:07:06.916021"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 00:07:06.917544"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 10ms (ActiveRecord: 0.6ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 00:07:35', '2015-01-15 00:07:35', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 00:07:35', '2015-01-15 00:07:35', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 00:07:35', '2015-01-15 00:07:35', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 00:07:35', '2015-01-15 00:07:35', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 00:07:35', '2015-01-15 00:07:35', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 8ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 00:13:28', '2015-01-15 00:13:28', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 00:13:28', '2015-01-15 00:13:28', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 00:13:28', '2015-01-15 00:13:28', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 00:13:28', '2015-01-15 00:13:28', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 00:13:28', '2015-01-15 00:13:28', 584139033)  (0.8ms) commit transaction  (0.0ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 9ms Rendered text template (0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 00:13:41', '2015-01-15 00:13:41', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 00:13:41', '2015-01-15 00:13:41', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 00:13:41', '2015-01-15 00:13:41', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 00:13:41', '2015-01-15 00:13:41', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 00:13:41', '2015-01-15 00:13:41', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "logan.serman@metova.com"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 00:13:41.682957"], ["current_sign_in_at", "2015-01-15 00:13:41.682957"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 00:13:41.684189"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 8ms (ActiveRecord: 0.5ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 01:26:34', '2015-01-15 01:26:34', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 01:26:34', '2015-01-15 01:26:34', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 01:26:34', '2015-01-15 01:26:34', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 01:26:34', '2015-01-15 01:26:34', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 01:26:34', '2015-01-15 01:26:34', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 6ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 0ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "logan.serman@metova.com"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 01:26:34.688900"], ["current_sign_in_at", "2015-01-15 01:26:34.688900"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 01:26:34.690154"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 4ms (ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.709287"], ["updated_at", "2015-01-15 01:26:34.709287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.712335"], ["updated_at", "2015-01-15 01:26:34.712335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.715432"], ["updated_at", "2015-01-15 01:26:34.715432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.717401"], ["updated_at", "2015-01-15 01:26:34.717401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.719336"], ["updated_at", "2015-01-15 01:26:34.719336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.720977"], ["updated_at", "2015-01-15 01:26:34.720977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.722816"], ["updated_at", "2015-01-15 01:26:34.722816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.724409"], ["updated_at", "2015-01-15 01:26:34.724409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.725931"], ["updated_at", "2015-01-15 01:26:34.725931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.727372"], ["updated_at", "2015-01-15 01:26:34.727372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.728751"], ["updated_at", "2015-01-15 01:26:34.728751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.730114"], ["updated_at", "2015-01-15 01:26:34.730114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.731479"], ["updated_at", "2015-01-15 01:26:34.731479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.732942"], ["updated_at", "2015-01-15 01:26:34.732942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.734375"], ["updated_at", "2015-01-15 01:26:34.734375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.735818"], ["updated_at", "2015-01-15 01:26:34.735818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.737202"], ["updated_at", "2015-01-15 01:26:34.737202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.738581"], ["updated_at", "2015-01-15 01:26:34.738581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.739957"], ["updated_at", "2015-01-15 01:26:34.739957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.741291"], ["updated_at", "2015-01-15 01:26:34.741291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 16ms (Views: 9.5ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]]  (1.1ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.765845"], ["updated_at", "2015-01-15 01:26:34.765845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.767756"], ["updated_at", "2015-01-15 01:26:34.767756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.769379"], ["updated_at", "2015-01-15 01:26:34.769379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.770795"], ["updated_at", "2015-01-15 01:26:34.770795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.772247"], ["updated_at", "2015-01-15 01:26:34.772247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.774268"], ["updated_at", "2015-01-15 01:26:34.774268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.776258"], ["updated_at", "2015-01-15 01:26:34.776258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.778301"], ["updated_at", "2015-01-15 01:26:34.778301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.780225"], ["updated_at", "2015-01-15 01:26:34.780225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.782144"], ["updated_at", "2015-01-15 01:26:34.782144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.784016"], ["updated_at", "2015-01-15 01:26:34.784016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.785607"], ["updated_at", "2015-01-15 01:26:34.785607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.787195"], ["updated_at", "2015-01-15 01:26:34.787195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.788619"], ["updated_at", "2015-01-15 01:26:34.788619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.789962"], ["updated_at", "2015-01-15 01:26:34.789962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.791302"], ["updated_at", "2015-01-15 01:26:34.791302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.792940"], ["updated_at", "2015-01-15 01:26:34.792940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.794396"], ["updated_at", "2015-01-15 01:26:34.794396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.795851"], ["updated_at", "2015-01-15 01:26:34.795851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.797233"], ["updated_at", "2015-01-15 01:26:34.797233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"2", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]]  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.862989"], ["updated_at", "2015-01-15 01:26:34.862989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.864801"], ["updated_at", "2015-01-15 01:26:34.864801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.866452"], ["updated_at", "2015-01-15 01:26:34.866452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.867847"], ["updated_at", "2015-01-15 01:26:34.867847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.869277"], ["updated_at", "2015-01-15 01:26:34.869277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.870731"], ["updated_at", "2015-01-15 01:26:34.870731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.872143"], ["updated_at", "2015-01-15 01:26:34.872143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.873539"], ["updated_at", "2015-01-15 01:26:34.873539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.875255"], ["updated_at", "2015-01-15 01:26:34.875255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.877322"], ["updated_at", "2015-01-15 01:26:34.877322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.879387"], ["updated_at", "2015-01-15 01:26:34.879387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.881315"], ["updated_at", "2015-01-15 01:26:34.881315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.883233"], ["updated_at", "2015-01-15 01:26:34.883233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.885157"], ["updated_at", "2015-01-15 01:26:34.885157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.886796"], ["updated_at", "2015-01-15 01:26:34.886796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.888380"], ["updated_at", "2015-01-15 01:26:34.888380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.889897"], ["updated_at", "2015-01-15 01:26:34.889897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.891260"], ["updated_at", "2015-01-15 01:26:34.891260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.892833"], ["updated_at", "2015-01-15 01:26:34.892833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.894321"], ["updated_at", "2015-01-15 01:26:34.894321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.901892"], ["updated_at", "2015-01-15 01:26:34.901892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.903617"], ["updated_at", "2015-01-15 01:26:34.903617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.905219"], ["updated_at", "2015-01-15 01:26:34.905219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.906634"], ["updated_at", "2015-01-15 01:26:34.906634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.907999"], ["updated_at", "2015-01-15 01:26:34.907999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.909798"], ["updated_at", "2015-01-15 01:26:34.909798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.911974"], ["updated_at", "2015-01-15 01:26:34.911974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.913995"], ["updated_at", "2015-01-15 01:26:34.913995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.915918"], ["updated_at", "2015-01-15 01:26:34.915918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.917846"], ["updated_at", "2015-01-15 01:26:34.917846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.919733"], ["updated_at", "2015-01-15 01:26:34.919733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.921313"], ["updated_at", "2015-01-15 01:26:34.921313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.922886"], ["updated_at", "2015-01-15 01:26:34.922886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.924342"], ["updated_at", "2015-01-15 01:26:34.924342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.925731"], ["updated_at", "2015-01-15 01:26:34.925731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.927088"], ["updated_at", "2015-01-15 01:26:34.927088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.928434"], ["updated_at", "2015-01-15 01:26:34.928434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.929799"], ["updated_at", "2015-01-15 01:26:34.929799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.931143"], ["updated_at", "2015-01-15 01:26:34.931143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.932489"], ["updated_at", "2015-01-15 01:26:34.932489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "limit"=>"20"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.939078"], ["updated_at", "2015-01-15 01:26:34.939078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.941364"], ["updated_at", "2015-01-15 01:26:34.941364"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.943827"], ["updated_at", "2015-01-15 01:26:34.943827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.946515"], ["updated_at", "2015-01-15 01:26:34.946515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.948297"], ["updated_at", "2015-01-15 01:26:34.948297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.949918"], ["updated_at", "2015-01-15 01:26:34.949918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.951471"], ["updated_at", "2015-01-15 01:26:34.951471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.952985"], ["updated_at", "2015-01-15 01:26:34.952985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.954400"], ["updated_at", "2015-01-15 01:26:34.954400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.955902"], ["updated_at", "2015-01-15 01:26:34.955902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.957303"], ["updated_at", "2015-01-15 01:26:34.957303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.958661"], ["updated_at", "2015-01-15 01:26:34.958661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.960408"], ["updated_at", "2015-01-15 01:26:34.960408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.961867"], ["updated_at", "2015-01-15 01:26:34.961867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.963433"], ["updated_at", "2015-01-15 01:26:34.963433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.964840"], ["updated_at", "2015-01-15 01:26:34.964840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.966213"], ["updated_at", "2015-01-15 01:26:34.966213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.967604"], ["updated_at", "2015-01-15 01:26:34.967604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.969027"], ["updated_at", "2015-01-15 01:26:34.969027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.970439"], ["updated_at", "2015-01-15 01:26:34.970439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.980489"], ["updated_at", "2015-01-15 01:26:34.980489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.982279"], ["updated_at", "2015-01-15 01:26:34.982279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.983949"], ["updated_at", "2015-01-15 01:26:34.983949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.985351"], ["updated_at", "2015-01-15 01:26:34.985351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.986830"], ["updated_at", "2015-01-15 01:26:34.986830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.988319"], ["updated_at", "2015-01-15 01:26:34.988319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.990563"], ["updated_at", "2015-01-15 01:26:34.990563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.992618"], ["updated_at", "2015-01-15 01:26:34.992618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.994501"], ["updated_at", "2015-01-15 01:26:34.994501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.996613"], ["updated_at", "2015-01-15 01:26:34.996613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:34.998564"], ["updated_at", "2015-01-15 01:26:34.998564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.000266"], ["updated_at", "2015-01-15 01:26:35.000266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.001857"], ["updated_at", "2015-01-15 01:26:35.001857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.003421"], ["updated_at", "2015-01-15 01:26:35.003421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.004799"], ["updated_at", "2015-01-15 01:26:35.004799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.006183"], ["updated_at", "2015-01-15 01:26:35.006183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.007542"], ["updated_at", "2015-01-15 01:26:35.007542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.008903"], ["updated_at", "2015-01-15 01:26:35.008903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.010290"], ["updated_at", "2015-01-15 01:26:35.010290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.011646"], ["updated_at", "2015-01-15 01:26:35.011646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.021679"], ["updated_at", "2015-01-15 01:26:35.021679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.023969"], ["updated_at", "2015-01-15 01:26:35.023969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.026181"], ["updated_at", "2015-01-15 01:26:35.026181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.028270"], ["updated_at", "2015-01-15 01:26:35.028270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.030546"], ["updated_at", "2015-01-15 01:26:35.030546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.032288"], ["updated_at", "2015-01-15 01:26:35.032288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.033825"], ["updated_at", "2015-01-15 01:26:35.033825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.035210"], ["updated_at", "2015-01-15 01:26:35.035210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.036597"], ["updated_at", "2015-01-15 01:26:35.036597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:26:35.037966"], ["updated_at", "2015-01-15 01:26:35.037966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "ids"=>"834596867,834596865,834596864,834596858,112844655"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? AND "posts"."id" IN (834596867, 834596865, 834596864, 834596858, 112844655) [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" ASC [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title", "direction"=>"desc"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" DESC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "2a22e3350644dc5b2c25f47b1d94690f136e4343"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$neV.XsRQ.B6bPI5j8CnE9uJNirRQcajEs5CZ0xY5IsZatoDnVmadi"], ["authentication_token", "2a22e3350644dc5b2c25f47b1d94690f136e4343"], ["created_at", "2015-01-15 01:26:35.070644"], ["updated_at", "2015-01-15 01:26:35.070644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 01:26:35.072330"], ["current_sign_in_at", "2015-01-15 01:26:35.072330"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 01:26:35.072924"], ["id", 584139034]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 18ms (Views: 0.4ms | ActiveRecord: 0.8ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tokens@test.com' LIMIT 1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "5cc06b3dee896856910c0458e5a47d0b0c9469cb"]] SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "tokens@test.com"], ["encrypted_password", "$2a$04$34A0A.ycNowWLcFxjGpxdOPSFIGmeXQbsqYx.ddDhDbYZKVqxwQUW"], ["authentication_token", "5cc06b3dee896856910c0458e5a47d0b0c9469cb"], ["created_at", "2015-01-15 01:26:35.091294"], ["updated_at", "2015-01-15 01:26:35.091294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 19:26:35 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 19:26:35 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 19:26:35 -0600  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 01:27:36', '2015-01-15 01:27:36', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 01:27:36', '2015-01-15 01:27:36', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 01:27:36', '2015-01-15 01:27:36', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 01:27:36', '2015-01-15 01:27:36', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 01:27:36', '2015-01-15 01:27:36', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "logan.serman@metova.com"]] Completed 401 Unauthorized in 15ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 5ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "logan.serman@metova.com"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 01:27:36.111688"], ["current_sign_in_at", "2015-01-15 01:27:36.111688"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 01:27:36.112866"], ["id", 584139033]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 4ms (ActiveRecord: 0.4ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.137459"], ["updated_at", "2015-01-15 01:27:36.137459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.140387"], ["updated_at", "2015-01-15 01:27:36.140387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.143306"], ["updated_at", "2015-01-15 01:27:36.143306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.145101"], ["updated_at", "2015-01-15 01:27:36.145101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.146590"], ["updated_at", "2015-01-15 01:27:36.146590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.148030"], ["updated_at", "2015-01-15 01:27:36.148030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.149742"], ["updated_at", "2015-01-15 01:27:36.149742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.151291"], ["updated_at", "2015-01-15 01:27:36.151291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.152749"], ["updated_at", "2015-01-15 01:27:36.152749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.154137"], ["updated_at", "2015-01-15 01:27:36.154137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.155517"], ["updated_at", "2015-01-15 01:27:36.155517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.156958"], ["updated_at", "2015-01-15 01:27:36.156958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.158343"], ["updated_at", "2015-01-15 01:27:36.158343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.159716"], ["updated_at", "2015-01-15 01:27:36.159716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.161091"], ["updated_at", "2015-01-15 01:27:36.161091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.162459"], ["updated_at", "2015-01-15 01:27:36.162459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.163915"], ["updated_at", "2015-01-15 01:27:36.163915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.165363"], ["updated_at", "2015-01-15 01:27:36.165363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.166768"], ["updated_at", "2015-01-15 01:27:36.166768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.168225"], ["updated_at", "2015-01-15 01:27:36.168225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 14ms (Views: 8.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]]  (1.1ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.189702"], ["updated_at", "2015-01-15 01:27:36.189702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.191498"], ["updated_at", "2015-01-15 01:27:36.191498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.193118"], ["updated_at", "2015-01-15 01:27:36.193118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.194552"], ["updated_at", "2015-01-15 01:27:36.194552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.196080"], ["updated_at", "2015-01-15 01:27:36.196080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.197988"], ["updated_at", "2015-01-15 01:27:36.197988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.200078"], ["updated_at", "2015-01-15 01:27:36.200078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.201856"], ["updated_at", "2015-01-15 01:27:36.201856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.203780"], ["updated_at", "2015-01-15 01:27:36.203780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.205698"], ["updated_at", "2015-01-15 01:27:36.205698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.207708"], ["updated_at", "2015-01-15 01:27:36.207708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.209305"], ["updated_at", "2015-01-15 01:27:36.209305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.210882"], ["updated_at", "2015-01-15 01:27:36.210882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.212283"], ["updated_at", "2015-01-15 01:27:36.212283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.213774"], ["updated_at", "2015-01-15 01:27:36.213774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (55.8ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.271286"], ["updated_at", "2015-01-15 01:27:36.271286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.272873"], ["updated_at", "2015-01-15 01:27:36.272873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.274411"], ["updated_at", "2015-01-15 01:27:36.274411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.275824"], ["updated_at", "2015-01-15 01:27:36.275824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.277231"], ["updated_at", "2015-01-15 01:27:36.277231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"2", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]]  (2.2ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.290193"], ["updated_at", "2015-01-15 01:27:36.290193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.292059"], ["updated_at", "2015-01-15 01:27:36.292059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.293802"], ["updated_at", "2015-01-15 01:27:36.293802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.295257"], ["updated_at", "2015-01-15 01:27:36.295257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.296974"], ["updated_at", "2015-01-15 01:27:36.296974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.299108"], ["updated_at", "2015-01-15 01:27:36.299108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.301155"], ["updated_at", "2015-01-15 01:27:36.301155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.303130"], ["updated_at", "2015-01-15 01:27:36.303130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.305119"], ["updated_at", "2015-01-15 01:27:36.305119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.307090"], ["updated_at", "2015-01-15 01:27:36.307090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.308808"], ["updated_at", "2015-01-15 01:27:36.308808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.310423"], ["updated_at", "2015-01-15 01:27:36.310423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.312001"], ["updated_at", "2015-01-15 01:27:36.312001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.313438"], ["updated_at", "2015-01-15 01:27:36.313438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.314838"], ["updated_at", "2015-01-15 01:27:36.314838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.316205"], ["updated_at", "2015-01-15 01:27:36.316205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.317591"], ["updated_at", "2015-01-15 01:27:36.317591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.319109"], ["updated_at", "2015-01-15 01:27:36.319109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.320574"], ["updated_at", "2015-01-15 01:27:36.320574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.322026"], ["updated_at", "2015-01-15 01:27:36.322026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.329697"], ["updated_at", "2015-01-15 01:27:36.329697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.331940"], ["updated_at", "2015-01-15 01:27:36.331940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.334213"], ["updated_at", "2015-01-15 01:27:36.334213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.336108"], ["updated_at", "2015-01-15 01:27:36.336108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.337911"], ["updated_at", "2015-01-15 01:27:36.337911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.339560"], ["updated_at", "2015-01-15 01:27:36.339560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.341155"], ["updated_at", "2015-01-15 01:27:36.341155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.342826"], ["updated_at", "2015-01-15 01:27:36.342826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.344410"], ["updated_at", "2015-01-15 01:27:36.344410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.345972"], ["updated_at", "2015-01-15 01:27:36.345972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.347391"], ["updated_at", "2015-01-15 01:27:36.347391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.348749"], ["updated_at", "2015-01-15 01:27:36.348749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.350213"], ["updated_at", "2015-01-15 01:27:36.350213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.351640"], ["updated_at", "2015-01-15 01:27:36.351640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.353041"], ["updated_at", "2015-01-15 01:27:36.353041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.354430"], ["updated_at", "2015-01-15 01:27:36.354430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.355792"], ["updated_at", "2015-01-15 01:27:36.355792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.357815"], ["updated_at", "2015-01-15 01:27:36.357815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.360023"], ["updated_at", "2015-01-15 01:27:36.360023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.362056"], ["updated_at", "2015-01-15 01:27:36.362056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "limit"=>"20"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.368959"], ["updated_at", "2015-01-15 01:27:36.368959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.370814"], ["updated_at", "2015-01-15 01:27:36.370814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.372495"], ["updated_at", "2015-01-15 01:27:36.372495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.373949"], ["updated_at", "2015-01-15 01:27:36.373949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.375397"], ["updated_at", "2015-01-15 01:27:36.375397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.377043"], ["updated_at", "2015-01-15 01:27:36.377043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.378754"], ["updated_at", "2015-01-15 01:27:36.378754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.380218"], ["updated_at", "2015-01-15 01:27:36.380218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.381701"], ["updated_at", "2015-01-15 01:27:36.381701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.383138"], ["updated_at", "2015-01-15 01:27:36.383138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.384617"], ["updated_at", "2015-01-15 01:27:36.384617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.386065"], ["updated_at", "2015-01-15 01:27:36.386065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.387505"], ["updated_at", "2015-01-15 01:27:36.387505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.388931"], ["updated_at", "2015-01-15 01:27:36.388931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.390392"], ["updated_at", "2015-01-15 01:27:36.390392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.391841"], ["updated_at", "2015-01-15 01:27:36.391841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.393885"], ["updated_at", "2015-01-15 01:27:36.393885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.395520"], ["updated_at", "2015-01-15 01:27:36.395520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.397025"], ["updated_at", "2015-01-15 01:27:36.397025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.398531"], ["updated_at", "2015-01-15 01:27:36.398531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.411769"], ["updated_at", "2015-01-15 01:27:36.411769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.414083"], ["updated_at", "2015-01-15 01:27:36.414083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.416194"], ["updated_at", "2015-01-15 01:27:36.416194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.417811"], ["updated_at", "2015-01-15 01:27:36.417811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.419566"], ["updated_at", "2015-01-15 01:27:36.419566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.421224"], ["updated_at", "2015-01-15 01:27:36.421224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.422822"], ["updated_at", "2015-01-15 01:27:36.422822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.424406"], ["updated_at", "2015-01-15 01:27:36.424406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.425977"], ["updated_at", "2015-01-15 01:27:36.425977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.427406"], ["updated_at", "2015-01-15 01:27:36.427406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.428880"], ["updated_at", "2015-01-15 01:27:36.428880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.430428"], ["updated_at", "2015-01-15 01:27:36.430428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.431991"], ["updated_at", "2015-01-15 01:27:36.431991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.433493"], ["updated_at", "2015-01-15 01:27:36.433493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.435163"], ["updated_at", "2015-01-15 01:27:36.435163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.436581"], ["updated_at", "2015-01-15 01:27:36.436581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.437948"], ["updated_at", "2015-01-15 01:27:36.437948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.439318"], ["updated_at", "2015-01-15 01:27:36.439318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.440724"], ["updated_at", "2015-01-15 01:27:36.440724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.442103"], ["updated_at", "2015-01-15 01:27:36.442103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.452571"], ["updated_at", "2015-01-15 01:27:36.452571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.454865"], ["updated_at", "2015-01-15 01:27:36.454865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.457189"], ["updated_at", "2015-01-15 01:27:36.457189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.459350"], ["updated_at", "2015-01-15 01:27:36.459350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.461823"], ["updated_at", "2015-01-15 01:27:36.461823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.463962"], ["updated_at", "2015-01-15 01:27:36.463962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.465552"], ["updated_at", "2015-01-15 01:27:36.465552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.467145"], ["updated_at", "2015-01-15 01:27:36.467145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.468662"], ["updated_at", "2015-01-15 01:27:36.468662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 01:27:36.470047"], ["updated_at", "2015-01-15 01:27:36.470047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "ids"=>"834596865,834596866,834596862,112844655,834596867"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? AND "posts"."id" IN (834596865, 834596866, 834596862, 112844655, 834596867) [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" ASC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title", "direction"=>"desc"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" DESC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "7a96affa332e59a4013764b5e587d5f92ef84b6c"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$Jo2Fj8syq18cb2v5r9wYy.uGnx5ZN.s5HExJwXjUu7D9XiO46Q6Ii"], ["authentication_token", "7a96affa332e59a4013764b5e587d5f92ef84b6c"], ["created_at", "2015-01-15 01:27:36.502888"], ["updated_at", "2015-01-15 01:27:36.502888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 01:27:36.504678"], ["current_sign_in_at", "2015-01-15 01:27:36.504678"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 01:27:36.505369"], ["id", 584139034]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 21ms (Views: 0.5ms | ActiveRecord: 0.9ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tokens@test.com' LIMIT 1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "eaed9d4e2fe64a8928ae1a144d8d3e1aedd1e81d"]] SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "tokens@test.com"], ["encrypted_password", "$2a$04$kvh2GYGIBS3IqqCHTMxf1.mpEHVpeziUiNRHxh1nLS6xHnS4DY2/q"], ["authentication_token", "eaed9d4e2fe64a8928ae1a144d8d3e1aedd1e81d"], ["created_at", "2015-01-15 01:27:36.524680"], ["updated_at", "2015-01-15 01:27:36.524680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 19:27:36 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 19:27:36 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-14 19:27:36 -0600  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 20:53:25', '2015-01-15 20:53:25', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 20:53:25', '2015-01-15 20:53:25', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 20:53:25', '2015-01-15 20:53:25', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 20:53:25', '2015-01-15 20:53:25', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 20:53:25', '2015-01-15 20:53:25', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 20:53:56', '2015-01-15 20:53:56', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 20:53:56', '2015-01-15 20:53:56', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 20:53:56', '2015-01-15 20:53:56', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 20:53:56', '2015-01-15 20:53:56', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 20:53:56', '2015-01-15 20:53:56', 584139033)  (2.3ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 20:54:23', '2015-01-15 20:54:23', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 20:54:23', '2015-01-15 20:54:23', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 20:54:23', '2015-01-15 20:54:23', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 20:54:23', '2015-01-15 20:54:23', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 20:54:23', '2015-01-15 20:54:23', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:54:23 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (18.1ms) Completed 200 OK in 91ms (Views: 89.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 20:54:43', '2015-01-15 20:54:43', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 20:54:43', '2015-01-15 20:54:43', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 20:54:43', '2015-01-15 20:54:43', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 20:54:43', '2015-01-15 20:54:43', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 20:54:43', '2015-01-15 20:54:43', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:54:43 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (9.8ms) Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 20:55:50', '2015-01-15 20:55:50', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 20:55:50', '2015-01-15 20:55:50', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 20:55:50', '2015-01-15 20:55:50', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 20:55:50', '2015-01-15 20:55:50', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 20:55:50', '2015-01-15 20:55:50', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:55:50 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (12.1ms) Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 14:55:50 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"General", "body"=>"Test"}, "commit"=>"Submit"} Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 20:56:03', '2015-01-15 20:56:03', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 20:56:03', '2015-01-15 20:56:03', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 20:56:03', '2015-01-15 20:56:03', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 20:56:03', '2015-01-15 20:56:03', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 20:56:03', '2015-01-15 20:56:03', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 14:56:03 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (10.1ms) Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 14:56:03 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"General", "body"=>"Test"}, "commit"=>"Submit"} Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:09:30', '2015-01-15 21:09:30', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:09:30', '2015-01-15 21:09:30', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:09:30', '2015-01-15 21:09:30', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:09:30', '2015-01-15 21:09:30', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:09:30', '2015-01-15 21:09:30', 584139033)  (0.8ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:09:30 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.7ms) Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:09:30 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms) Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:10:53', '2015-01-15 21:10:53', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:10:53', '2015-01-15 21:10:53', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:10:53', '2015-01-15 21:10:53', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:10:53', '2015-01-15 21:10:53', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:10:53', '2015-01-15 21:10:53', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:10:53 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.2ms) Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:10:53 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Completed 500 Internal Server Error in 19ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:14:42', '2015-01-15 21:14:42', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:14:42', '2015-01-15 21:14:42', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:14:42', '2015-01-15 21:14:42', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:14:42', '2015-01-15 21:14:42', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:14:42', '2015-01-15 21:14:42', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:14:42 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.7ms) Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:14:42 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to Completed 500 Internal Server Error in 32ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:15:21', '2015-01-15 21:15:21', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:15:21', '2015-01-15 21:15:21', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:15:21', '2015-01-15 21:15:21', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:15:21', '2015-01-15 21:15:21', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:15:21', '2015-01-15 21:15:21', 584139033)  (2.7ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:15:21 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.6ms) Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:15:21 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:15:21 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.4ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:15:40', '2015-01-15 21:15:40', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:15:40', '2015-01-15 21:15:40', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:15:40', '2015-01-15 21:15:40', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:15:40', '2015-01-15 21:15:40', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:15:40', '2015-01-15 21:15:40', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:15:40 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.9ms) Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:15:40 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 27ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:15:40 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:15:48', '2015-01-15 21:15:48', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:15:48', '2015-01-15 21:15:48', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:15:48', '2015-01-15 21:15:48', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:15:48', '2015-01-15 21:15:48', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:15:48', '2015-01-15 21:15:48', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:15:48 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.4ms) Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:15:48 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:15:48 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.8ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:16:14', '2015-01-15 21:16:14', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:16:14', '2015-01-15 21:16:14', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:16:14', '2015-01-15 21:16:14', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:16:14', '2015-01-15 21:16:14', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:16:14', '2015-01-15 21:16:14', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:16:14 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.9ms) Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:16:14 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:16:14 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.6ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:17:56', '2015-01-15 21:17:56', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:17:56', '2015-01-15 21:17:56', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:17:56', '2015-01-15 21:17:56', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:17:56', '2015-01-15 21:17:56', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:17:56', '2015-01-15 21:17:56', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:17:56 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.6ms) Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:17:56 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:17:56 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:18:08', '2015-01-15 21:18:08', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:18:08', '2015-01-15 21:18:08', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:18:08', '2015-01-15 21:18:08', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:18:08', '2015-01-15 21:18:08', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:18:08', '2015-01-15 21:18:08', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:18:08 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.4ms) Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:18:08 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:18:08 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.8ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:18:14', '2015-01-15 21:18:14', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:18:14', '2015-01-15 21:18:14', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:18:14', '2015-01-15 21:18:14', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:18:14', '2015-01-15 21:18:14', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:18:14', '2015-01-15 21:18:14', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:18:14 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.6ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:18:14 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:18:15 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.0ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:18:43', '2015-01-15 21:18:43', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:18:43', '2015-01-15 21:18:43', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:18:43', '2015-01-15 21:18:43', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:18:43', '2015-01-15 21:18:43', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:18:43', '2015-01-15 21:18:43', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:18:43 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.0ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:18:43 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:18:43 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.4ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:19:29', '2015-01-15 21:19:29', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:19:29', '2015-01-15 21:19:29', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:19:29', '2015-01-15 21:19:29', 834596858, 584139033) Fixture Insert (0.0ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:19:29', '2015-01-15 21:19:29', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:19:29', '2015-01-15 21:19:29', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:19:29 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.9ms) Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:19:29 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 24ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:19:29 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:20:34', '2015-01-15 21:20:34', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:20:34', '2015-01-15 21:20:34', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:20:34', '2015-01-15 21:20:34', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:20:34', '2015-01-15 21:20:34', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:20:34', '2015-01-15 21:20:34', 584139033)  (2.9ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:20:34 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.5ms) Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:20:34 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:20:34 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:21:09', '2015-01-15 21:21:09', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:21:09', '2015-01-15 21:21:09', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:21:09', '2015-01-15 21:21:09', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:21:09', '2015-01-15 21:21:09', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:21:09', '2015-01-15 21:21:09', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:21:09 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.7ms) Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:21:09 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:21:09 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:21:33', '2015-01-15 21:21:33', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:21:33', '2015-01-15 21:21:33', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:21:33', '2015-01-15 21:21:33', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:21:33', '2015-01-15 21:21:33', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:21:33', '2015-01-15 21:21:33', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction Processing by Api::PostsController#secret as JSON User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "logan.serman@metova.com"]] Completed 401 Unauthorized in 16ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON Completed 401 Unauthorized in 6ms Rendered text template (0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#secret as JSON User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "logan.serman@metova.com"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 21:21:33.221143"], ["current_sign_in_at", "2015-01-15 21:21:33.221143"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 21:21:33.222280"], ["id", 584139033]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 204 No Content in 4ms (ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.251263"], ["updated_at", "2015-01-15 21:21:33.251263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.253721"], ["updated_at", "2015-01-15 21:21:33.253721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.256296"], ["updated_at", "2015-01-15 21:21:33.256296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.257747"], ["updated_at", "2015-01-15 21:21:33.257747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.259180"], ["updated_at", "2015-01-15 21:21:33.259180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.260611"], ["updated_at", "2015-01-15 21:21:33.260611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.262034"], ["updated_at", "2015-01-15 21:21:33.262034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.263693"], ["updated_at", "2015-01-15 21:21:33.263693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.265238"], ["updated_at", "2015-01-15 21:21:33.265238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.266723"], ["updated_at", "2015-01-15 21:21:33.266723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.268185"], ["updated_at", "2015-01-15 21:21:33.268185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.269560"], ["updated_at", "2015-01-15 21:21:33.269560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.271010"], ["updated_at", "2015-01-15 21:21:33.271010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.272451"], ["updated_at", "2015-01-15 21:21:33.272451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.273789"], ["updated_at", "2015-01-15 21:21:33.273789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.275155"], ["updated_at", "2015-01-15 21:21:33.275155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.276528"], ["updated_at", "2015-01-15 21:21:33.276528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.277855"], ["updated_at", "2015-01-15 21:21:33.277855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.279928"], ["updated_at", "2015-01-15 21:21:33.279928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.281876"], ["updated_at", "2015-01-15 21:21:33.281876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 13ms (Views: 8.5ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]]  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.303447"], ["updated_at", "2015-01-15 21:21:33.303447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.305710"], ["updated_at", "2015-01-15 21:21:33.305710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.307818"], ["updated_at", "2015-01-15 21:21:33.307818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.309678"], ["updated_at", "2015-01-15 21:21:33.309678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.311549"], ["updated_at", "2015-01-15 21:21:33.311549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.313108"], ["updated_at", "2015-01-15 21:21:33.313108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.314634"], ["updated_at", "2015-01-15 21:21:33.314634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.316044"], ["updated_at", "2015-01-15 21:21:33.316044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.317501"], ["updated_at", "2015-01-15 21:21:33.317501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.318884"], ["updated_at", "2015-01-15 21:21:33.318884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.320265"], ["updated_at", "2015-01-15 21:21:33.320265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.321600"], ["updated_at", "2015-01-15 21:21:33.321600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.323014"], ["updated_at", "2015-01-15 21:21:33.323014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.324365"], ["updated_at", "2015-01-15 21:21:33.324365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.325706"], ["updated_at", "2015-01-15 21:21:33.325706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.327115"], ["updated_at", "2015-01-15 21:21:33.327115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.328464"], ["updated_at", "2015-01-15 21:21:33.328464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.329845"], ["updated_at", "2015-01-15 21:21:33.329845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.331192"], ["updated_at", "2015-01-15 21:21:33.331192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.332543"], ["updated_at", "2015-01-15 21:21:33.332543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"2", "limit"=>"5"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 5 [["user_id", 584139033]]  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.343597"], ["updated_at", "2015-01-15 21:21:33.343597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.345248"], ["updated_at", "2015-01-15 21:21:33.345248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.346854"], ["updated_at", "2015-01-15 21:21:33.346854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.348163"], ["updated_at", "2015-01-15 21:21:33.348163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.349534"], ["updated_at", "2015-01-15 21:21:33.349534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.351018"], ["updated_at", "2015-01-15 21:21:33.351018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.352880"], ["updated_at", "2015-01-15 21:21:33.352880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.354538"], ["updated_at", "2015-01-15 21:21:33.354538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.356094"], ["updated_at", "2015-01-15 21:21:33.356094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.357486"], ["updated_at", "2015-01-15 21:21:33.357486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.358816"], ["updated_at", "2015-01-15 21:21:33.358816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.360171"], ["updated_at", "2015-01-15 21:21:33.360171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.361539"], ["updated_at", "2015-01-15 21:21:33.361539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.362872"], ["updated_at", "2015-01-15 21:21:33.362872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.364233"], ["updated_at", "2015-01-15 21:21:33.364233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.365688"], ["updated_at", "2015-01-15 21:21:33.365688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.367080"], ["updated_at", "2015-01-15 21:21:33.367080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.368536"], ["updated_at", "2015-01-15 21:21:33.368536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.369965"], ["updated_at", "2015-01-15 21:21:33.369965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.371465"], ["updated_at", "2015-01-15 21:21:33.371465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.379493"], ["updated_at", "2015-01-15 21:21:33.379493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.381728"], ["updated_at", "2015-01-15 21:21:33.381728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.383880"], ["updated_at", "2015-01-15 21:21:33.383880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.385529"], ["updated_at", "2015-01-15 21:21:33.385529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.387714"], ["updated_at", "2015-01-15 21:21:33.387714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.389384"], ["updated_at", "2015-01-15 21:21:33.389384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.390922"], ["updated_at", "2015-01-15 21:21:33.390922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.392262"], ["updated_at", "2015-01-15 21:21:33.392262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.393584"], ["updated_at", "2015-01-15 21:21:33.393584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.394882"], ["updated_at", "2015-01-15 21:21:33.394882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.396249"], ["updated_at", "2015-01-15 21:21:33.396249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.397627"], ["updated_at", "2015-01-15 21:21:33.397627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.399153"], ["updated_at", "2015-01-15 21:21:33.399153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.400564"], ["updated_at", "2015-01-15 21:21:33.400564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.401947"], ["updated_at", "2015-01-15 21:21:33.401947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.403312"], ["updated_at", "2015-01-15 21:21:33.403312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.404651"], ["updated_at", "2015-01-15 21:21:33.404651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.405985"], ["updated_at", "2015-01-15 21:21:33.405985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.407347"], ["updated_at", "2015-01-15 21:21:33.407347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.408678"], ["updated_at", "2015-01-15 21:21:33.408678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "limit"=>"20"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.414902"], ["updated_at", "2015-01-15 21:21:33.414902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.417168"], ["updated_at", "2015-01-15 21:21:33.417168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.419414"], ["updated_at", "2015-01-15 21:21:33.419414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.421399"], ["updated_at", "2015-01-15 21:21:33.421399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.423711"], ["updated_at", "2015-01-15 21:21:33.423711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.425806"], ["updated_at", "2015-01-15 21:21:33.425806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.427779"], ["updated_at", "2015-01-15 21:21:33.427779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.429708"], ["updated_at", "2015-01-15 21:21:33.429708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.431937"], ["updated_at", "2015-01-15 21:21:33.431937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.433964"], ["updated_at", "2015-01-15 21:21:33.433964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.435933"], ["updated_at", "2015-01-15 21:21:33.435933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.437878"], ["updated_at", "2015-01-15 21:21:33.437878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.439788"], ["updated_at", "2015-01-15 21:21:33.439788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.441560"], ["updated_at", "2015-01-15 21:21:33.441560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.443129"], ["updated_at", "2015-01-15 21:21:33.443129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.444708"], ["updated_at", "2015-01-15 21:21:33.444708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.446307"], ["updated_at", "2015-01-15 21:21:33.446307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.447875"], ["updated_at", "2015-01-15 21:21:33.447875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.449361"], ["updated_at", "2015-01-15 21:21:33.449361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.450953"], ["updated_at", "2015-01-15 21:21:33.450953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.461662"], ["updated_at", "2015-01-15 21:21:33.461662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.463384"], ["updated_at", "2015-01-15 21:21:33.463384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.465014"], ["updated_at", "2015-01-15 21:21:33.465014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.466407"], ["updated_at", "2015-01-15 21:21:33.466407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.467873"], ["updated_at", "2015-01-15 21:21:33.467873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.469359"], ["updated_at", "2015-01-15 21:21:33.469359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.470944"], ["updated_at", "2015-01-15 21:21:33.470944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.472336"], ["updated_at", "2015-01-15 21:21:33.472336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.473714"], ["updated_at", "2015-01-15 21:21:33.473714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.475112"], ["updated_at", "2015-01-15 21:21:33.475112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.476490"], ["updated_at", "2015-01-15 21:21:33.476490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.477999"], ["updated_at", "2015-01-15 21:21:33.477999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.479473"], ["updated_at", "2015-01-15 21:21:33.479473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.480887"], ["updated_at", "2015-01-15 21:21:33.480887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.482394"], ["updated_at", "2015-01-15 21:21:33.482394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.483826"], ["updated_at", "2015-01-15 21:21:33.483826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.485271"], ["updated_at", "2015-01-15 21:21:33.485271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.486750"], ["updated_at", "2015-01-15 21:21:33.486750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.488167"], ["updated_at", "2015-01-15 21:21:33.488167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.489598"], ["updated_at", "2015-01-15 21:21:33.489598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "page"=>"1", "limit"=>"5"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SELECT COUNT(*) FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? LIMIT 5 OFFSET 0 [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.499499"], ["updated_at", "2015-01-15 21:21:33.499499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.501732"], ["updated_at", "2015-01-15 21:21:33.501732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.503743"], ["updated_at", "2015-01-15 21:21:33.503743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.505260"], ["updated_at", "2015-01-15 21:21:33.505260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.506790"], ["updated_at", "2015-01-15 21:21:33.506790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.508299"], ["updated_at", "2015-01-15 21:21:33.508299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.509623"], ["updated_at", "2015-01-15 21:21:33.509623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.511004"], ["updated_at", "2015-01-15 21:21:33.511004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.512432"], ["updated_at", "2015-01-15 21:21:33.512432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("title", "body", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Title"], ["body", "Body"], ["user_id", 584139033], ["created_at", "2015-01-15 21:21:33.513922"], ["updated_at", "2015-01-15 21:21:33.513922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "posts"."id" FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "ids"=>"584139033,834596866,834596863,834596868,834596858"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? AND "posts"."id" IN (584139033, 834596866, 834596863, 834596868, 834596858) [["user_id", 584139033]] Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" ASC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033", "sort"=>"title", "direction"=>"desc"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? ORDER BY "posts"."title" DESC [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "ji3rTPqyNSwvghVEVPfb"]] SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "test@testerson.com"], ["encrypted_password", "$2a$04$k3q8L4zpjyK8zPE4OAeyDuRY4ByrjM9DowJFjJ0d1cvPX3/xZ80Te"], ["authentication_token", "ji3rTPqyNSwvghVEVPfb"], ["created_at", "2015-01-15 21:21:33.553543"], ["updated_at", "2015-01-15 21:21:33.553543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2015-01-15 21:21:33.555670"], ["current_sign_in_at", "2015-01-15 21:21:33.555670"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-01-15 21:21:33.556378"], ["id", 584139034]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 29ms (Views: 0.3ms | ActiveRecord: 1.1ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction Processing by Api::RegistrationsController#create as JSON Parameters: {"user"=>{"email"=>"test@testerson.com", "password"=>"[FILTERED]"}}  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@testerson.com' LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'tokens@test.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."authentication_token" = ? LIMIT 1 [["authentication_token", "n4BtfwLs6hTasx3MTKx_"]] SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "authentication_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "tokens@test.com"], ["encrypted_password", "$2a$04$vlTeMAtdfhFEoIC81MHMoexhOKza2WiNFj1XP0XjHNi9YfMprVlJW"], ["authentication_token", "n4BtfwLs6hTasx3MTKx_"], ["created_at", "2015-01-15 21:21:33.576528"], ["updated_at", "2015-01-15 21:21:33.576528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-15 15:21:33 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-15 15:21:33 -0600 Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Started GET "/api/posts?user_id=584139033" for 127.0.0.1 at 2015-01-15 15:21:33 -0600  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:21:33 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.0ms) Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:21:33 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.5ms) Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:21:33 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.4ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:21:33 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 21ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:21:33 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.2ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:23:10', '2015-01-15 21:23:10', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:23:10', '2015-01-15 21:23:10', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:23:10', '2015-01-15 21:23:10', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:23:10', '2015-01-15 21:23:10', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:23:10', '2015-01-15 21:23:10', 584139033)  (3.0ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:23:10 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.2ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:23:10 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 24ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:23:10 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:23:55', '2015-01-15 21:23:55', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:23:55', '2015-01-15 21:23:55', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:23:55', '2015-01-15 21:23:55', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:23:55', '2015-01-15 21:23:55', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:23:55', '2015-01-15 21:23:55', 584139033)  (2.2ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:23:55 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.4ms) Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:23:55 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 24ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:23:55 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:25:19', '2015-01-15 21:25:19', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:25:19', '2015-01-15 21:25:19', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:25:19', '2015-01-15 21:25:19', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:25:19', '2015-01-15 21:25:19', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:25:19', '2015-01-15 21:25:19', 584139033)  (2.0ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:25:19 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (15.0ms) Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:25:19 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:25:19 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.7ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:26:03', '2015-01-15 21:26:03', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:26:03', '2015-01-15 21:26:03', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:26:03', '2015-01-15 21:26:03', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:26:03', '2015-01-15 21:26:03', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:26:03', '2015-01-15 21:26:03', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:26:03 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.5ms) Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:26:03 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 24ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:26:03 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.5ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:26:33', '2015-01-15 21:26:33', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:26:33', '2015-01-15 21:26:33', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:26:33', '2015-01-15 21:26:33', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:26:33', '2015-01-15 21:26:33', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:26:33', '2015-01-15 21:26:33', 584139033)  (3.1ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:26:33 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.2ms) Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:26:33 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:27:20', '2015-01-15 21:27:20', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:27:20', '2015-01-15 21:27:20', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:27:20', '2015-01-15 21:27:20', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:27:20', '2015-01-15 21:27:20', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:27:20', '2015-01-15 21:27:20', 584139033)  (1.0ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:27:20 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (13.9ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:27:20 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 28ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:27:20 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.6ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:27:34', '2015-01-15 21:27:34', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:27:34', '2015-01-15 21:27:34', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:27:34', '2015-01-15 21:27:34', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:27:34', '2015-01-15 21:27:34', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:27:34', '2015-01-15 21:27:34', 584139033)  (1.9ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:27:35 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (16.4ms) Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:27:35 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:27:35 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:27:51', '2015-01-15 21:27:51', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:27:51', '2015-01-15 21:27:51', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:27:51', '2015-01-15 21:27:51', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:27:51', '2015-01-15 21:27:51', 112844655, 584139033) Fixture Delete (0.4ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:27:51', '2015-01-15 21:27:51', 584139033)  (3.2ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:27:51 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (16.3ms) Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:27:51 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 29ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:27:51 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.0ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:28:19', '2015-01-15 21:28:19', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:28:19', '2015-01-15 21:28:19', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:28:19', '2015-01-15 21:28:19', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:28:19', '2015-01-15 21:28:19', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:28:19', '2015-01-15 21:28:19', 584139033)  (2.5ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:28:19 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (16.6ms) Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:28:19 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback/new Completed 302 Found in 26ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:28:19 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.1ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:44:25', '2015-01-15 21:44:25', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:44:25', '2015-01-15 21:44:25', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:44:25', '2015-01-15 21:44:25', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:44:25', '2015-01-15 21:44:25', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:44:25', '2015-01-15 21:44:25', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:44:25 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (26.1ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.4ms) Completed 200 OK in 58ms (Views: 56.9ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:25 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 33ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:25 -0600  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:44:50', '2015-01-15 21:44:50', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:44:50', '2015-01-15 21:44:50', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:44:50', '2015-01-15 21:44:50', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:44:50', '2015-01-15 21:44:50', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:44:50', '2015-01-15 21:44:50', 584139033)  (1.8ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:44:50 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (15.8ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.3ms) Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:50 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:50 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.4ms) DELETE FROM "posts" Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:44:56', '2015-01-15 21:44:56', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:44:56', '2015-01-15 21:44:56', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:44:56', '2015-01-15 21:44:56', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:44:56', '2015-01-15 21:44:56', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:44:56', '2015-01-15 21:44:56', 584139033)  (1.0ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:44:56 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.7ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (26.6ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.5ms) Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:56 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.6ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:44:56 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.2ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:56 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 26ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:56 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:44:56 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (3.5ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:57 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 20ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:44:57 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.1ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:45:31', '2015-01-15 21:45:31', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:45:31', '2015-01-15 21:45:31', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:45:31', '2015-01-15 21:45:31', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:45:31', '2015-01-15 21:45:31', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:45:31', '2015-01-15 21:45:31', 584139033)  (1.0ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.4ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.4ms) Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.5ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (1.9ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 23ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (4.7ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 19ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:45:31 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.0ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.4ms) DELETE FROM "posts" Fixture Insert (0.2ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:46:42', '2015-01-15 21:46:42', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:46:42', '2015-01-15 21:46:42', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:46:42', '2015-01-15 21:46:42', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:46:42', '2015-01-15 21:46:42', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:46:42', '2015-01-15 21:46:42', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.7ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.4ms) Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.1ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (2.4ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (1.9ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 22ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.0ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (1.9ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 21ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:46:42 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.0ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:47:33', '2015-01-15 21:47:33', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:47:33', '2015-01-15 21:47:33', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:47:33', '2015-01-15 21:47:33', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:47:33', '2015-01-15 21:47:33', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:47:33', '2015-01-15 21:47:33', 584139033)  (0.8ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:47:33 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (15.9ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.4ms) Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:47:33 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:47:33 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.3ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:47:41', '2015-01-15 21:47:41', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:47:41', '2015-01-15 21:47:41', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:47:41', '2015-01-15 21:47:41', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:47:41', '2015-01-15 21:47:41', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:47:41', '2015-01-15 21:47:41', 584139033)  (0.9ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:47:41 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.8ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.5ms) Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:47:41 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 26ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:47:41 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (1.3ms) DELETE FROM "posts" Fixture Insert (0.5ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:48:33', '2015-01-15 21:48:33', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:48:33', '2015-01-15 21:48:33', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:48:33', '2015-01-15 21:48:33', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:48:33', '2015-01-15 21:48:33', 112844655, 584139033) Fixture Delete (1.5ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:48:33', '2015-01-15 21:48:33', 584139033)  (0.8ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:48:33 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.5ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (21.6ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.6ms) Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:48:33 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 28ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:48:33 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:48:56', '2015-01-15 21:48:56', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:48:56', '2015-01-15 21:48:56', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:48:56', '2015-01-15 21:48:56', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:48:56', '2015-01-15 21:48:56', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:48:56', '2015-01-15 21:48:56', 584139033)  (1.9ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:48:56 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.8ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.5ms) Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:48:57 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 25ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:48:57 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:49:12', '2015-01-15 21:49:12', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:49:12', '2015-01-15 21:49:12', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:49:12', '2015-01-15 21:49:12', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:49:12', '2015-01-15 21:49:12', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:49:12', '2015-01-15 21:49:12', 584139033)  (2.5ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:49:12 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.9ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.4ms) Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:49:12 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 26ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:49:12 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.4ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:49:28', '2015-01-15 21:49:28', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:49:28', '2015-01-15 21:49:28', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:49:28', '2015-01-15 21:49:28', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:49:28', '2015-01-15 21:49:28', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:49:28', '2015-01-15 21:49:28', 584139033)  (0.8ms) commit transaction  (0.0ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:49:28 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.1ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.3ms) Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:49:28 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 27ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:49:28 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "posts" Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "body", "created_at", "updated_at", "id", "user_id") VALUES ('Hey', 'This is a post', '2015-01-15 21:49:53', '2015-01-15 21:49:53', 584139033, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('AAA', '2015-01-15 21:49:53', '2015-01-15 21:49:53', 683130438, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('BBB', '2015-01-15 21:49:53', '2015-01-15 21:49:53', 834596858, 584139033) Fixture Insert (0.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "id", "user_id") VALUES ('CCC', '2015-01-15 21:49:53', '2015-01-15 21:49:53', 112844655, 584139033) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-15 21:49:53', '2015-01-15 21:49:53', 584139033)  (2.4ms) commit transaction  (0.1ms) begin transaction Started GET "/metova/feedback/new" for 127.0.0.1 at 2015-01-15 15:49:53 -0600 Processing by Metova::FeedbacksController#new as HTML Rendered /workspace/metova-rails/app/views/metova/shared/_errors.html.erb (0.4ms) Rendered /workspace/metova-rails/app/views/metova/feedbacks/new.html.erb within layouts/metova/application (14.4ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.4ms) Completed 200 OK in 41ms (Views: 39.5ms | ActiveRecord: 0.0ms) Started POST "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:49:53 -0600 Processing by Metova::FeedbacksController#create as HTML Parameters: {"utf8"=>"✓", "feedback"=>{"type"=>"0", "body"=>"Test"}, "commit"=>"Submit"} Redirected to http://www.example.com/metova/feedback Completed 302 Found in 29ms (ActiveRecord: 0.0ms) Started GET "/metova/feedback" for 127.0.0.1 at 2015-01-15 15:49:53 -0600 Processing by Metova::FeedbacksController#show as HTML Rendered /workspace/metova-rails/app/views/metova/feedbacks/show.html.erb within layouts/metova/application (0.3ms) Rendered /workspace/metova-rails/app/views/metova/shared/_flash.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by Api::PostsController#index as JSON Completed 500 Internal Server Error in 6ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by Api::PostsController#index as JSON User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 21ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (2.6ms) DELETE FROM "users" Fixture Insert (0.7ms) INSERT INTO "users" ("username", "password", "email", "authentication_token", "created_at", "updated_at", "id") VALUES ('lserman', 'password', 'logan.serman@metova.com', 'EXAMPLE_AUTH_TOKEN', '2015-01-28 18:37:18', '2015-01-28 18:37:18', 584139033)  (1.1ms) commit transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Processing by Api::PostsController#index as JSON Parameters: {"user_id"=>"584139033"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 584139033]] Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = ? [["user_id", 584139033]] Completed 200 OK in 43ms (Views: 9.1ms | ActiveRecord: 1.3ms)  (0.1ms) rollback transaction