spec/dummy/log/test.log in abstracted-0.3.4 vs spec/dummy/log/test.log in abstracted-0.4.1

- old
+ new

@@ -15026,5 +15026,885 @@ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered text template (0.0ms) Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.9ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.4ms) DROP TABLE "users" +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar) +  (0.8ms) DROP TABLE "posts" +  (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "user_id" integer) +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (1.1ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by PostsController#show as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 20ms (Views: 9.8ms | ActiveRecord: 0.2ms) +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +Started GET "/admin/users" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]] + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1?q=mx" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#show as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by PostsController#index as HTML + Parameters: {"user_id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", nil]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered text template (0.0ms) +Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (1.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/edit" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (6.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit?q=mx" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#edit as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.1ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/edit" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by PostsController#edit as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1?q=mx" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#show as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by PostsController#show as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/edit" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit?q=mx" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#edit as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/edit" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by PostsController#edit as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/posts/1/print" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by PostsController#print as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (1.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/print" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by PostsController#print as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (5.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/print" for 127.0.0.1 at 2016-03-14 16:51:27 +0100 +Processing by UsersController#print as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.4ms) DROP TABLE "users" +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar) +  (0.9ms) DROP TABLE "posts" +  (0.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "user_id" integer) +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1?q=mx" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#show as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 19ms (Views: 9.4ms | ActiveRecord: 0.1ms) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by PostsController#show as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.2ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by PostsController#index as HTML + Parameters: {"user_id"=>"1"} + Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", nil]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered text template (0.0ms) +Completed 200 OK in 23ms (Views: 0.4ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +Started GET "/admin/users" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]] + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/edit" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by PostsController#edit as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.8ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit?q=mx" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#edit as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/edit" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/edit" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by PostsController#edit as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit?q=mx" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#edit as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/edit" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/print" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by PostsController#print as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/print" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#print as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/posts/1/print" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by PostsController#print as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by PostsController#show as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1?q=mx" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#show as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1" for 127.0.0.1 at 2016-03-14 17:03:21 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction + ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.3ms) DROP TABLE "users" +  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar) +  (1.1ms) DROP TABLE "posts" +  (0.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "user_id" integer) +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (2.9ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by PostsController#show as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.1ms) +Completed 200 OK in 41ms (Views: 18.6ms | ActiveRecord: 0.3ms) +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1?q=mx" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#show as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.1ms) +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms) +  (1.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/print" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#print as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (7.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (109.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.6ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/posts/1/print" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by PostsController#print as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms) +  (2.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/print" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by PostsController#print as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/edit" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by PostsController#edit as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.7ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit?q=mx" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#edit as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/edit" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1/edit" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by PostsController#edit as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit?q=mx" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#edit as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/edit" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by UsersController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts" for 127.0.0.1 at 2016-03-14 17:05:55 +0100 +Processing by PostsController#index as HTML + Parameters: {"user_id"=>"1"} + Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", nil]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered text template (0.0ms) +Completed 200 OK in 812785ms (Views: 0.6ms | ActiveRecord: 0.1ms) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1" for 127.0.0.1 at 2016-03-14 17:19:28 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (1.8ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1" for 127.0.0.1 at 2016-03-14 17:19:28 +0100 +Processing by UsersController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "posts" ("id", "user_id", "title") VALUES (?, ?, ?) [["id", 1], ["user_id", 1], ["title", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/users/1/posts/1" for 127.0.0.1 at 2016-03-14 17:19:28 +0100 +Processing by PostsController#show as HTML + Parameters: {"user_id"=>"1", "id"=>"1"} + Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +Started GET "/admin/users" for 127.0.0.1 at 2016-03-14 17:19:28 +0100 +Processing by UsersController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]] + Rendered text template (0.0ms) +Completed 200 OK in 1301ms (Views: 0.4ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("id", "login") VALUES (?, ?) [["id", 1], ["login", "test"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started GET "/admin/users/1?q=mx" for 127.0.0.1 at 2016-03-14 17:19:30 +0100 +Processing by UsersController#show as HTML + Parameters: {"q"=>"mx", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms) +  (1.7ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.7ms) DROP TABLE "users" +  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar) +  (0.7ms) DROP TABLE "posts" +  (0.9ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "user_id" integer) +  (0.1ms) SELECT version FROM "schema_migrations"