test/dummy/log/test.log in phonelib-0.1.2 vs test/dummy/log/test.log in phonelib-0.1.3

- old
+ new

@@ -709,5 +709,110 @@  (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-07-11 12:30:08', '2013-07-11 12:30:08', 450723037) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('wrong', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 667262234) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 512636273) + Fixture Insert (0.0ms) INSERT INTO "phones" ("possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 23760034) + Fixture Insert (0.0ms) INSERT INTO "phones" ("number", "possible_number", "created_at", "updated_at", "id") VALUES ('972541234567', 'wrong', '2013-07-11 12:30:08', '2013-07-11 12:30:08', 703612349) +  (8.0ms) commit transaction +  (0.1ms) begin transaction + Phone Load (1.5ms) 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 (1.4ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 11 Jul 2013 12:30:08 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 11 Jul 2013 12:30:08 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (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) 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.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "phones" ("created_at", "number", "possible_number", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 11 Jul 2013 12:30:09 UTC +00:00], ["number", "972541234567"], ["possible_number", nil], ["updated_at", Thu, 11 Jul 2013 12:30:09 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 (4.9ms) +Completed 200 OK in 31ms (Views: 30.1ms | 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.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 2ms (Views: 1.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#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