test/dummy/log/test.log in phonelib-0.2.1 vs test/dummy/log/test.log in phonelib-0.2.2

- old
+ new

@@ -1508,5 +1508,635 @@  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/phones/450723037 Completed 302 Found in 3ms (ActiveRecord: 0.1ms)  (0.0ms) rollback transaction +Connecting to database specified by database.yml +  (0.2ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "phones" + Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 450723037) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 667262234) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 512636273) + Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 23760034) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:36:26', '2013-10-01 06:36:26', 703612349) +  (8.2ms) commit transaction +  (0.1ms) begin transaction + Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.1ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#create as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:36:26 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/703612350 +Completed 302 Found in 3ms (ActiveRecord: 0.3ms) +  (0.0ms) SELECT COUNT(*) FROM "phones"  +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#destroy as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#edit as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] + Rendered phones/_form.html.erb (1.8ms) +Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#index as HTML + Phone Load (0.1ms) SELECT "phones".* FROM "phones" +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#new as HTML + Rendered phones/_form.html.erb (1.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#show as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#update as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/450723037 +Completed 302 Found in 3ms (ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +Connecting to database specified by database.yml +  (0.2ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "phones" + Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 450723037) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 667262234) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 512636273) + Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 23760034) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:37:20', '2013-10-01 06:37:20', 703612349) +  (6.2ms) commit transaction +  (0.0ms) begin transaction + Phone Load (0.7ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.8ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.1ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#create as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:21 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/703612350 +Completed 302 Found in 3ms (ActiveRecord: 0.3ms) +  (0.1ms) SELECT COUNT(*) FROM "phones"  +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#destroy as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#edit as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] + Rendered phones/_form.html.erb (1.9ms) +Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#index as HTML + Phone Load (0.1ms) SELECT "phones".* FROM "phones" +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#new as HTML + Rendered phones/_form.html.erb (1.1ms) +Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#show as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#update as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/450723037 +Completed 302 Found in 3ms (ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +Connecting to database specified by database.yml +  (0.2ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "phones" + Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 450723037) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 667262234) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 512636273) + Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 23760034) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:37:55', '2013-10-01 06:37:55', 703612349) +  (4.1ms) commit transaction +  (0.1ms) begin transaction + Phone Load (1.4ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.1ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#create as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:37:55 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/703612350 +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones"  +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#destroy as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones" +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#edit as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] + Rendered phones/_form.html.erb (1.9ms) +Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#index as HTML + Phone Load (0.1ms) SELECT "phones".* FROM "phones" +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#new as HTML + Rendered phones/_form.html.erb (1.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#show as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#update as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/450723037 +Completed 302 Found in 3ms (ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +Connecting to database specified by database.yml +  (0.2ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "phones" + Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 450723037) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 667262234) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 512636273) + Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 23760034) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:38:36', '2013-10-01 06:38:36', 703612349) +  (2.6ms) commit transaction +  (0.0ms) begin transaction + Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.1ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#create as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:38:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/703612350 +Completed 302 Found in 3ms (ActiveRecord: 0.3ms) +  (0.0ms) SELECT COUNT(*) FROM "phones"  +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#destroy as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones" +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#edit as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] + Rendered phones/_form.html.erb (1.9ms) +Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#index as HTML + Phone Load (0.1ms) SELECT "phones".* FROM "phones" +Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#new as HTML + Rendered phones/_form.html.erb (1.1ms) +Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#show as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#update as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/450723037 +Completed 302 Found in 3ms (ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +Connecting to database specified by database.yml +  (0.2ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "phones" + Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 450723037) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 667262234) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 512636273) + Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 23760034) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:39:48', '2013-10-01 06:39:48', 703612349) +  (10.4ms) commit transaction +  (0.1ms) begin transaction + Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.1ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#create as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:39:48 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/703612350 +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones"  +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#destroy as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#edit as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] + Rendered phones/_form.html.erb (1.9ms) +Completed 200 OK in 28ms (Views: 27.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#index as HTML + Phone Load (0.1ms) SELECT "phones".* FROM "phones" +Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#new as HTML + Rendered phones/_form.html.erb (1.2ms) +Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#show as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#update as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/450723037 +Completed 302 Found in 3ms (ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +Connecting to database specified by database.yml +  (0.2ms) begin transaction + Fixture Delete (0.1ms) DELETE FROM "phones" + Fixture Insert (0.1ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '972541234567', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 450723037) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 667262234) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 512636273) + Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 23760034) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-10-01 06:41:13', '2013-10-01 06:41:13', 703612349) +  (6.4ms) commit transaction +  (0.1ms) begin transaction + Phone Load (1.5ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 512636273]] +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 23760034]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 667262234]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 703612349]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.1ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#create as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}} +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Tue, 01 Oct 2013 06:41:13 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/703612350 +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) +  (0.0ms) SELECT COUNT(*) FROM "phones"  +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +  (0.0ms) SELECT COUNT(*) FROM "phones"  +Processing by PhonesController#destroy as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "phones" WHERE "phones"."id" = ? [["id", 450723037]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) +  (0.0ms) SELECT COUNT(*) FROM "phones" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#edit as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] + Rendered phones/_form.html.erb (2.0ms) +Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#index as HTML + Phone Load (0.1ms) SELECT "phones".* FROM "phones" +Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#new as HTML + Rendered phones/_form.html.erb (1.2ms) +Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#show as HTML + Parameters: {"id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + Phone Load (0.1ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", 450723037]] +Processing by PhonesController#update as HTML + Parameters: {"phone"=>{"number"=>"972541234567"}, "id"=>"450723037"} + Phone Load (0.0ms) SELECT "phones".* FROM "phones" WHERE "phones"."id" = ? LIMIT 1 [["id", "450723037"]] +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/phones/450723037 +Completed 302 Found in 3ms (ActiveRecord: 0.1ms) +  (0.0ms) rollback transaction