has_vcards 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e119ea861f808426840dd229c125c9a5fb42d6a
4
- data.tar.gz: b8ffe1c1c24fedb4a8a4215368c4941f9117a9fa
3
+ metadata.gz: 236634e8dfa949cb89531f2725858bfd419e8306
4
+ data.tar.gz: a432b4d548f59bdb00ec3be3f821095335070cbc
5
5
  SHA512:
6
- metadata.gz: 7a32bd2eb494d218164f6a7edca2927d82d531790fe9c4cba1a742339a57824d0c464dddaa673dd2ba2cf7fdb140abd3a4f48fb8674ecdb9913ebb4292d214dd
7
- data.tar.gz: b4a60b7a6a7e5cb401401e6b060c7a6076868d1b3530a0fa6a713de196a9365ed026c8843fb9152fdbc2fb7049c8e324f3ee314b3b9efcd7fd6a32525aa6d9c8
6
+ metadata.gz: 0631409f4f4a004575bc83ac5794a0751eaf0721a2f5f1f64b1bcebb58b6acfe1bcd04061c9240e685f2f3788b59a382630477ee7de7ef3b80ec82a2a3e9a6c8
7
+ data.tar.gz: 2cfa423f7d053f13a6ae83a09b263f306644674a57443aa3f37913594435e7098e2ed1bf7b0536657fd29f1da000b34122239d3e20854bdc1f4aa6d049ae15c3
@@ -30,6 +30,7 @@ module HasVcards
30
30
  scope :email, -> { by_type('email') }
31
31
 
32
32
  def label
33
+ return '' if phone_number_type.blank?
33
34
  I18n.translate(phone_number_type, scope: 'activerecord.attributes.has_vcards/phone_number.phone_number_type_enum', default: phone_number_type.titleize)
34
35
  end
35
36
 
@@ -2,5 +2,5 @@
2
2
  #
3
3
  # Used for Gem generation.
4
4
  module HasVcards
5
- VERSION = '1.1.0'
5
+ VERSION = '1.1.1'
6
6
  end
@@ -14875,3 +14875,1176 @@ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
14875
14875
  SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-01-06 11:07:27.808255"], ["full_name", "Ben Hur"], ["updated_at", "2015-01-06 11:07:27.808255"]]
14876
14876
   (0.1ms) RELEASE SAVEPOINT active_record_1
14877
14877
   (0.1ms) rollback transaction
14878
+  (0.3ms) begin transaction
14879
+  (0.0ms) SAVEPOINT active_record_1
14880
+ SQL (0.6ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:39.930749"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:39.930749"]]
14881
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14882
+ Processing by HasVcards::VcardsController#index as HTML
14883
+ Rendered /home/shuerlimann/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/i18n_rails_helpers-2.0.0/app/views/application/index.html.haml within layouts/application (0.2ms)
14884
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
14885
+  (0.1ms) rollback transaction
14886
+  (0.0ms) begin transaction
14887
+  (0.0ms) SAVEPOINT active_record_1
14888
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:39.947180"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:39.947180"]]
14889
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14890
+ Processing by HasVcards::VcardsController#index as HTML
14891
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
14892
+  (0.1ms) rollback transaction
14893
+  (0.0ms) begin transaction
14894
+  (0.0ms) SAVEPOINT active_record_1
14895
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:39.951345"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:39.951345"]]
14896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14897
+ Processing by HasVcards::VcardsController#index as HTML
14898
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
14899
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards"
14900
+  (0.1ms) rollback transaction
14901
+  (0.0ms) begin transaction
14902
+  (0.0ms) SAVEPOINT active_record_1
14903
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:39.957601"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:39.957601"]]
14904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14905
+ Processing by HasVcards::VcardsController#show as HTML
14906
+ Parameters: {"id"=>"1"}
14907
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
14908
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
14909
+  (0.1ms) rollback transaction
14910
+  (0.0ms) begin transaction
14911
+  (0.0ms) SAVEPOINT active_record_1
14912
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:39.964033"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:39.964033"]]
14913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14914
+ Processing by HasVcards::VcardsController#show as HTML
14915
+ Parameters: {"id"=>"1"}
14916
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
14917
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
14918
+  (0.1ms) rollback transaction
14919
+  (0.0ms) begin transaction
14920
+  (0.0ms) SAVEPOINT active_record_1
14921
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:39.967883"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:39.967883"]]
14922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14923
+ Processing by HasVcards::VcardsController#show as HTML
14924
+ Parameters: {"id"=>"1"}
14925
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
14926
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
14927
+  (0.1ms) rollback transaction
14928
+  (0.0ms) begin transaction
14929
+  (0.1ms) rollback transaction
14930
+  (0.0ms) begin transaction
14931
+  (0.0ms) rollback transaction
14932
+  (0.0ms) begin transaction
14933
+  (0.0ms) rollback transaction
14934
+  (0.0ms) begin transaction
14935
+  (0.0ms) rollback transaction
14936
+  (0.0ms) begin transaction
14937
+  (0.0ms) rollback transaction
14938
+  (0.0ms) begin transaction
14939
+  (0.0ms) rollback transaction
14940
+  (0.0ms) begin transaction
14941
+  (0.0ms) rollback transaction
14942
+  (0.0ms) begin transaction
14943
+  (0.0ms) rollback transaction
14944
+  (0.0ms) begin transaction
14945
+  (0.0ms) rollback transaction
14946
+  (0.0ms) begin transaction
14947
+  (0.0ms) rollback transaction
14948
+  (0.0ms) begin transaction
14949
+  (0.0ms) rollback transaction
14950
+  (0.0ms) begin transaction
14951
+  (0.0ms) SAVEPOINT active_record_1
14952
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.005181"], ["full_name", "quack"], ["updated_at", "2015-03-31 09:16:40.005181"]]
14953
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14954
+  (0.0ms) SAVEPOINT active_record_1
14955
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.006438"], ["full_name", "Andi Peter"], ["updated_at", "2015-03-31 09:16:40.006438"]]
14956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14957
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE (full_name LIKE 'quack' OR family_name LIKE 'quack' OR given_name LIKE 'quack' OR nickname LIKE 'quack')
14958
+  (0.1ms) rollback transaction
14959
+  (0.1ms) begin transaction
14960
+  (0.0ms) rollback transaction
14961
+  (0.0ms) begin transaction
14962
+  (0.0ms) rollback transaction
14963
+  (0.0ms) begin transaction
14964
+  (0.0ms) rollback transaction
14965
+  (0.0ms) begin transaction
14966
+  (0.0ms) rollback transaction
14967
+  (0.0ms) begin transaction
14968
+  (0.0ms) rollback transaction
14969
+  (0.0ms) begin transaction
14970
+  (0.0ms) SAVEPOINT active_record_1
14971
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.024471"], ["full_name", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"], ["updated_at", "2015-03-31 09:16:40.024471"]]
14972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14973
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
14974
+  (0.1ms) rollback transaction
14975
+  (0.0ms) begin transaction
14976
+  (0.0ms) rollback transaction
14977
+  (0.0ms) begin transaction
14978
+  (0.0ms) rollback transaction
14979
+  (0.0ms) begin transaction
14980
+  (0.0ms) rollback transaction
14981
+  (0.0ms) begin transaction
14982
+  (0.0ms) SAVEPOINT active_record_1
14983
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.029424"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.029424"]]
14984
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.030286"], ["number", "+41 000-111-1"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.030286"], ["vcard_id", 1]]
14985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14986
+  (0.0ms) SAVEPOINT active_record_1
14987
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.031521"], ["number", "+41 000-111-2"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.031521"], ["vcard_id", 1]]
14988
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14989
+  (0.0ms) SAVEPOINT active_record_1
14990
+ SQL (0.0ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.032444"], ["number", "+41 000-111-3"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.032444"], ["vcard_id", 1]]
14991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14992
+  (0.1ms) SELECT COUNT(*) FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."vcard_id" = ? [["vcard_id", 1]]
14993
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."vcard_id" = ? [["vcard_id", 1]]
14994
+  (0.1ms) rollback transaction
14995
+  (0.0ms) begin transaction
14996
+  (0.0ms) SAVEPOINT active_record_1
14997
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.035258"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.035258"]]
14998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14999
+  (0.0ms) SAVEPOINT active_record_1
15000
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.036442"], ["number", "+41 000-111-4"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.036442"], ["vcard_id", 1]]
15001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15002
+  (0.1ms) rollback transaction
15003
+  (0.0ms) begin transaction
15004
+  (0.0ms) SAVEPOINT active_record_1
15005
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.038591"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.038591"]]
15006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15007
+  (0.0ms) SAVEPOINT active_record_1
15008
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.039798"], ["number", "+41 000-111-5"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.039798"], ["vcard_id", 1]]
15009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15010
+  (0.0ms) SAVEPOINT active_record_1
15011
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.040990"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.040990"]]
15012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15013
+  (0.1ms) rollback transaction
15014
+  (0.0ms) begin transaction
15015
+  (0.0ms) SAVEPOINT active_record_1
15016
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.042901"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.042901"]]
15017
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15018
+  (0.0ms) SAVEPOINT active_record_1
15019
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.043975"], ["number", "+41 000-111-7"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.043975"], ["vcard_id", 1]]
15020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15021
+  (0.0ms) SAVEPOINT active_record_1
15022
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.045182"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.045182"]]
15023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15024
+  (0.1ms) rollback transaction
15025
+  (0.0ms) begin transaction
15026
+  (0.0ms) SAVEPOINT active_record_1
15027
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.047002"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.047002"]]
15028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15029
+  (0.0ms) SAVEPOINT active_record_1
15030
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.048006"], ["number", "+41 000-111-9"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.048006"], ["vcard_id", 1]]
15031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15032
+  (0.0ms) SAVEPOINT active_record_1
15033
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.049103"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.049103"]]
15034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15035
+  (0.1ms) rollback transaction
15036
+  (0.0ms) begin transaction
15037
+  (0.0ms) SAVEPOINT active_record_1
15038
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.050802"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.050802"]]
15039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15040
+  (0.0ms) SAVEPOINT active_record_1
15041
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.051772"], ["number", "+41 000-111-11"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.051772"], ["vcard_id", 1]]
15042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15043
+  (0.0ms) SAVEPOINT active_record_1
15044
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.052906"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.052906"]]
15045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15046
+  (0.1ms) rollback transaction
15047
+  (0.0ms) begin transaction
15048
+  (0.0ms) SAVEPOINT active_record_1
15049
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.054501"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.054501"]]
15050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15051
+  (0.0ms) SAVEPOINT active_record_1
15052
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.055468"], ["number", "+41 000-111-12"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.055468"], ["vcard_id", 1]]
15053
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15054
+  (0.0ms) SAVEPOINT active_record_1
15055
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.056572"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.056572"]]
15056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15057
+  (0.1ms) rollback transaction
15058
+  (0.0ms) begin transaction
15059
+  (0.0ms) SAVEPOINT active_record_1
15060
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.058407"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.058407"]]
15061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15062
+  (0.0ms) SAVEPOINT active_record_1
15063
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.059512"], ["number", "+41 000-111-13"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.059512"], ["vcard_id", 1]]
15064
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15065
+  (0.0ms) SAVEPOINT active_record_1
15066
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.060698"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.060698"]]
15067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15068
+  (0.1ms) rollback transaction
15069
+  (0.0ms) begin transaction
15070
+  (0.0ms) SAVEPOINT active_record_1
15071
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.062324"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.062324"]]
15072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15073
+  (0.0ms) SAVEPOINT active_record_1
15074
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.063343"], ["number", "+41 000-111-14"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.063343"], ["vcard_id", 1]]
15075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15076
+  (0.0ms) SAVEPOINT active_record_1
15077
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.064486"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.064486"]]
15078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15079
+  (0.1ms) rollback transaction
15080
+  (0.0ms) begin transaction
15081
+  (0.0ms) SAVEPOINT active_record_1
15082
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.066271"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.066271"]]
15083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15084
+  (0.0ms) SAVEPOINT active_record_1
15085
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.067262"], ["number", "+41 000-111-15"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.067262"], ["vcard_id", 1]]
15086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15087
+  (0.0ms) SAVEPOINT active_record_1
15088
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.068405"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.068405"]]
15089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15090
+  (0.1ms) rollback transaction
15091
+  (0.0ms) begin transaction
15092
+  (0.0ms) SAVEPOINT active_record_1
15093
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.070277"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.070277"]]
15094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15095
+  (0.0ms) SAVEPOINT active_record_1
15096
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.071236"], ["number", "+41 000-111-16"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.071236"], ["vcard_id", 1]]
15097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15098
+  (0.0ms) SAVEPOINT active_record_1
15099
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.072361"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.072361"]]
15100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15101
+  (0.1ms) rollback transaction
15102
+  (0.0ms) begin transaction
15103
+  (0.0ms) SAVEPOINT active_record_1
15104
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.073943"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.073943"]]
15105
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15106
+  (0.0ms) SAVEPOINT active_record_1
15107
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.074988"], ["number", "+41 000-111-17"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.074988"], ["vcard_id", 1]]
15108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15109
+  (0.1ms) SAVEPOINT active_record_1
15110
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.076348"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.076348"]]
15111
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15112
+  (0.1ms) rollback transaction
15113
+  (0.0ms) begin transaction
15114
+  (0.0ms) SAVEPOINT active_record_1
15115
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.078148"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.078148"]]
15116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15117
+  (0.0ms) SAVEPOINT active_record_1
15118
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.079196"], ["number", "+41 000-111-18"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.079196"], ["vcard_id", 1]]
15119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15120
+  (0.0ms) SAVEPOINT active_record_1
15121
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.080498"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.080498"]]
15122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15123
+  (0.1ms) rollback transaction
15124
+  (0.0ms) begin transaction
15125
+  (0.0ms) SAVEPOINT active_record_1
15126
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.082327"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.082327"]]
15127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15128
+  (0.0ms) SAVEPOINT active_record_1
15129
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.083516"], ["number", "+41 000-111-19"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.083516"], ["vcard_id", 1]]
15130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15131
+  (0.0ms) SAVEPOINT active_record_1
15132
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.084926"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.084926"]]
15133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15134
+  (0.1ms) rollback transaction
15135
+  (0.0ms) begin transaction
15136
+  (0.0ms) SAVEPOINT active_record_1
15137
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.086685"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.086685"]]
15138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15139
+  (0.0ms) SAVEPOINT active_record_1
15140
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.087719"], ["number", "+41 000-111-20"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.087719"], ["vcard_id", 1]]
15141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15142
+  (0.1ms) SAVEPOINT active_record_1
15143
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.088991"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.088991"]]
15144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15145
+  (0.1ms) rollback transaction
15146
+  (0.0ms) begin transaction
15147
+  (0.0ms) SAVEPOINT active_record_1
15148
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.091226"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.091226"]]
15149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15150
+  (0.0ms) SAVEPOINT active_record_1
15151
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.092343"], ["number", "+41 000-111-21"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.092343"], ["vcard_id", 1]]
15152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15153
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15154
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
15155
+  (0.1ms) rollback transaction
15156
+  (0.0ms) begin transaction
15157
+  (0.0ms) SAVEPOINT active_record_1
15158
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.098410"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.098410"]]
15159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15160
+  (0.0ms) SAVEPOINT active_record_1
15161
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.099597"], ["number", "+41 000-111-22"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.099597"], ["vcard_id", 1]]
15162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15163
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15164
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15165
+  (0.1ms) rollback transaction
15166
+  (0.0ms) begin transaction
15167
+  (0.0ms) SAVEPOINT active_record_1
15168
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.103345"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.103345"]]
15169
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15170
+  (0.0ms) SAVEPOINT active_record_1
15171
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.104538"], ["number", "+41 000-111-23"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.104538"], ["vcard_id", 1]]
15172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15173
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15174
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
15175
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers"
15176
+  (0.1ms) rollback transaction
15177
+  (0.0ms) begin transaction
15178
+  (0.0ms) SAVEPOINT active_record_1
15179
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.108862"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.108862"]]
15180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15181
+  (0.0ms) SAVEPOINT active_record_1
15182
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.109955"], ["number", "+41 000-111-24"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.109955"], ["vcard_id", 1]]
15183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15184
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15185
+ Parameters: {"id"=>"1"}
15186
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15187
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
15188
+  (0.1ms) rollback transaction
15189
+  (0.0ms) begin transaction
15190
+  (0.0ms) SAVEPOINT active_record_1
15191
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.115011"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.115011"]]
15192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15193
+  (0.0ms) SAVEPOINT active_record_1
15194
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.116184"], ["number", "+41 000-111-25"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.116184"], ["vcard_id", 1]]
15195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15196
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15197
+ Parameters: {"id"=>"1"}
15198
+ HasVcards::PhoneNumber Load (0.0ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15199
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
15200
+  (0.1ms) rollback transaction
15201
+  (0.0ms) begin transaction
15202
+  (0.0ms) SAVEPOINT active_record_1
15203
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:16:40.120554"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:16:40.120554"]]
15204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15205
+  (0.0ms) SAVEPOINT active_record_1
15206
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.121726"], ["number", "+41 000-111-26"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:16:40.121726"], ["vcard_id", 1]]
15207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15208
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15209
+ Parameters: {"id"=>"1"}
15210
+ HasVcards::PhoneNumber Load (0.0ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15211
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
15212
+  (0.1ms) rollback transaction
15213
+  (0.0ms) begin transaction
15214
+  (0.0ms) SAVEPOINT active_record_1
15215
+ SQL (0.2ms) INSERT INTO "somethings" DEFAULT VALUES
15216
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "reference_id", "reference_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.129010"], ["full_name", "Full"], ["reference_id", 1], ["reference_type", "Something"], ["updated_at", "2015-03-31 09:16:40.129010"]]
15217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15218
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."reference_id" = ? AND "has_vcards_vcards"."reference_type" = ? [["reference_id", 1], ["reference_type", "Something"]]
15219
+  (0.1ms) rollback transaction
15220
+  (0.0ms) begin transaction
15221
+  (0.0ms) SAVEPOINT active_record_1
15222
+ SQL (0.2ms) INSERT INTO "somethings" DEFAULT VALUES
15223
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "reference_id", "reference_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.133363"], ["full_name", "Full"], ["reference_id", 1], ["reference_type", "Something"], ["updated_at", "2015-03-31 09:16:40.133363"]]
15224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15225
+  (0.1ms) rollback transaction
15226
+  (0.0ms) begin transaction
15227
+  (0.0ms) rollback transaction
15228
+  (0.1ms) begin transaction
15229
+  (0.0ms) rollback transaction
15230
+  (0.0ms) begin transaction
15231
+  (0.0ms) rollback transaction
15232
+  (0.0ms) begin transaction
15233
+  (0.0ms) rollback transaction
15234
+  (0.0ms) begin transaction
15235
+  (0.0ms) SAVEPOINT active_record_1
15236
+ SQL (0.3ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.139675"], ["locality", "Test Town"], ["postal_code", "82001"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:16:40.139675"]]
15237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15238
+  (0.1ms) rollback transaction
15239
+  (0.0ms) begin transaction
15240
+  (0.0ms) SAVEPOINT active_record_1
15241
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.141534"], ["locality", "Test Town"], ["postal_code", "82002"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:16:40.141534"]]
15242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15243
+  (0.1ms) rollback transaction
15244
+  (0.0ms) begin transaction
15245
+  (0.0ms) SAVEPOINT active_record_1
15246
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.143236"], ["locality", "Test Town"], ["postal_code", "82003"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:16:40.143236"]]
15247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15248
+  (0.1ms) rollback transaction
15249
+  (0.0ms) begin transaction
15250
+  (0.0ms) SAVEPOINT active_record_1
15251
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.145221"], ["locality", "Test Town"], ["postal_code", "82004"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:16:40.145221"]]
15252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15253
+  (0.1ms) rollback transaction
15254
+  (0.0ms) begin transaction
15255
+  (0.0ms) SAVEPOINT active_record_1
15256
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.147178"], ["locality", "Test Town"], ["postal_code", "82005"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:16:40.147178"]]
15257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15258
+  (0.1ms) rollback transaction
15259
+  (0.0ms) begin transaction
15260
+  (0.0ms) SAVEPOINT active_record_1
15261
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.148745"], ["locality", "Test Town"], ["postal_code", "82006"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:16:40.148745"]]
15262
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15263
+  (0.1ms) rollback transaction
15264
+  (0.0ms) begin transaction
15265
+  (0.0ms) SAVEPOINT active_record_1
15266
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:16:40.150402"], ["locality", "Test Town"], ["postal_code", "82007"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:16:40.150402"]]
15267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15268
+  (0.1ms) rollback transaction
15269
+  (0.3ms) begin transaction
15270
+  (0.1ms) SAVEPOINT active_record_1
15271
+ SQL (0.6ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.321808"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.321808"]]
15272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15273
+  (0.0ms) SAVEPOINT active_record_1
15274
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.328777"], ["number", "+41 000-111-1"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.328777"], ["vcard_id", 1]]
15275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15276
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15277
+ Parameters: {"id"=>"1"}
15278
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15279
+ Rendered /home/shuerlimann/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/i18n_rails_helpers-2.0.0/app/views/application/show.html.haml within layouts/application (0.2ms)
15280
+ Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.1ms)
15281
+  (0.1ms) rollback transaction
15282
+  (0.0ms) begin transaction
15283
+  (0.0ms) SAVEPOINT active_record_1
15284
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.342405"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.342405"]]
15285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15286
+  (0.0ms) SAVEPOINT active_record_1
15287
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.343764"], ["number", "+41 000-111-2"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.343764"], ["vcard_id", 1]]
15288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15289
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15290
+ Parameters: {"id"=>"1"}
15291
+ HasVcards::PhoneNumber Load (0.0ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15292
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15293
+  (0.1ms) rollback transaction
15294
+  (0.0ms) begin transaction
15295
+  (0.0ms) SAVEPOINT active_record_1
15296
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.348390"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.348390"]]
15297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15298
+  (0.0ms) SAVEPOINT active_record_1
15299
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.349480"], ["number", "+41 000-111-3"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.349480"], ["vcard_id", 1]]
15300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15301
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15302
+ Parameters: {"id"=>"1"}
15303
+ HasVcards::PhoneNumber Load (0.0ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15304
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15305
+  (0.2ms) rollback transaction
15306
+  (0.0ms) begin transaction
15307
+  (0.0ms) SAVEPOINT active_record_1
15308
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.353522"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.353522"]]
15309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15310
+  (0.0ms) SAVEPOINT active_record_1
15311
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.354598"], ["number", "+41 000-111-4"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.354598"], ["vcard_id", 1]]
15312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15313
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15314
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
15315
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers"
15316
+  (0.1ms) rollback transaction
15317
+  (0.0ms) begin transaction
15318
+  (0.0ms) SAVEPOINT active_record_1
15319
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.359402"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.359402"]]
15320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15321
+  (0.0ms) SAVEPOINT active_record_1
15322
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.360596"], ["number", "+41 000-111-5"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.360596"], ["vcard_id", 1]]
15323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15324
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15325
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15326
+  (0.1ms) rollback transaction
15327
+  (0.0ms) begin transaction
15328
+  (0.0ms) SAVEPOINT active_record_1
15329
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.364060"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.364060"]]
15330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15331
+  (0.0ms) SAVEPOINT active_record_1
15332
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.365198"], ["number", "+41 000-111-6"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.365198"], ["vcard_id", 1]]
15333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15334
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15335
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15336
+  (0.1ms) rollback transaction
15337
+  (0.0ms) begin transaction
15338
+  (0.0ms) SAVEPOINT active_record_1
15339
+ SQL (0.3ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.372465"], ["locality", "Test Town"], ["postal_code", "82001"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:20:29.372465"]]
15340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15341
+  (0.1ms) rollback transaction
15342
+  (0.0ms) begin transaction
15343
+  (0.0ms) SAVEPOINT active_record_1
15344
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.374436"], ["locality", "Test Town"], ["postal_code", "82002"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:20:29.374436"]]
15345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15346
+  (0.1ms) rollback transaction
15347
+  (0.0ms) begin transaction
15348
+  (0.0ms) SAVEPOINT active_record_1
15349
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.376087"], ["locality", "Test Town"], ["postal_code", "82003"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:20:29.376087"]]
15350
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15351
+  (0.1ms) rollback transaction
15352
+  (0.0ms) begin transaction
15353
+  (0.0ms) SAVEPOINT active_record_1
15354
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.377726"], ["locality", "Test Town"], ["postal_code", "82004"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:20:29.377726"]]
15355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15356
+  (0.1ms) rollback transaction
15357
+  (0.0ms) begin transaction
15358
+  (0.0ms) SAVEPOINT active_record_1
15359
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.379246"], ["locality", "Test Town"], ["postal_code", "82005"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:20:29.379246"]]
15360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15361
+  (0.1ms) rollback transaction
15362
+  (0.0ms) begin transaction
15363
+  (0.0ms) SAVEPOINT active_record_1
15364
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.386686"], ["locality", "Test Town"], ["postal_code", "82006"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:20:29.386686"]]
15365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15366
+  (0.1ms) rollback transaction
15367
+  (0.1ms) begin transaction
15368
+  (0.0ms) SAVEPOINT active_record_1
15369
+ SQL (0.3ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.389731"], ["locality", "Test Town"], ["postal_code", "82007"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:20:29.389731"]]
15370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15371
+  (0.1ms) rollback transaction
15372
+  (0.0ms) begin transaction
15373
+  (0.0ms) SAVEPOINT active_record_1
15374
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.393151"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.393151"]]
15375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15376
+ Processing by HasVcards::VcardsController#show as HTML
15377
+ Parameters: {"id"=>"1"}
15378
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
15379
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
15380
+  (0.1ms) rollback transaction
15381
+  (0.0ms) begin transaction
15382
+  (0.0ms) SAVEPOINT active_record_1
15383
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.399562"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.399562"]]
15384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15385
+ Processing by HasVcards::VcardsController#show as HTML
15386
+ Parameters: {"id"=>"1"}
15387
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
15388
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15389
+  (0.1ms) rollback transaction
15390
+  (0.0ms) begin transaction
15391
+  (0.1ms) SAVEPOINT active_record_1
15392
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.404384"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.404384"]]
15393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15394
+ Processing by HasVcards::VcardsController#show as HTML
15395
+ Parameters: {"id"=>"1"}
15396
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
15397
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15398
+  (0.1ms) rollback transaction
15399
+  (0.0ms) begin transaction
15400
+  (0.0ms) SAVEPOINT active_record_1
15401
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.409239"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.409239"]]
15402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15403
+ Processing by HasVcards::VcardsController#index as HTML
15404
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
15405
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards"
15406
+  (0.1ms) rollback transaction
15407
+  (0.0ms) begin transaction
15408
+  (0.0ms) SAVEPOINT active_record_1
15409
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.413764"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.413764"]]
15410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15411
+ Processing by HasVcards::VcardsController#index as HTML
15412
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15413
+  (0.1ms) rollback transaction
15414
+  (0.0ms) begin transaction
15415
+  (0.0ms) SAVEPOINT active_record_1
15416
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.417353"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.417353"]]
15417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15418
+ Processing by HasVcards::VcardsController#index as HTML
15419
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15420
+  (0.1ms) rollback transaction
15421
+  (0.0ms) begin transaction
15422
+  (0.0ms) rollback transaction
15423
+  (0.0ms) begin transaction
15424
+  (0.1ms) rollback transaction
15425
+  (0.0ms) begin transaction
15426
+  (0.1ms) rollback transaction
15427
+  (0.0ms) begin transaction
15428
+  (0.0ms) rollback transaction
15429
+  (0.0ms) begin transaction
15430
+  (0.0ms) rollback transaction
15431
+  (0.0ms) begin transaction
15432
+  (0.0ms) rollback transaction
15433
+  (0.0ms) begin transaction
15434
+  (0.0ms) rollback transaction
15435
+  (0.0ms) begin transaction
15436
+  (0.0ms) rollback transaction
15437
+  (0.0ms) begin transaction
15438
+  (0.0ms) rollback transaction
15439
+  (0.0ms) begin transaction
15440
+  (0.0ms) rollback transaction
15441
+  (0.0ms) begin transaction
15442
+  (0.0ms) rollback transaction
15443
+  (0.0ms) begin transaction
15444
+  (0.0ms) SAVEPOINT active_record_1
15445
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.445178"], ["full_name", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"], ["updated_at", "2015-03-31 09:20:29.445178"]]
15446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15447
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
15448
+  (0.1ms) rollback transaction
15449
+  (0.0ms) begin transaction
15450
+  (0.0ms) SAVEPOINT active_record_1
15451
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.447562"], ["full_name", "quack"], ["updated_at", "2015-03-31 09:20:29.447562"]]
15452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15453
+  (0.0ms) SAVEPOINT active_record_1
15454
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.448669"], ["full_name", "Andi Peter"], ["updated_at", "2015-03-31 09:20:29.448669"]]
15455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15456
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE (full_name LIKE 'quack' OR family_name LIKE 'quack' OR given_name LIKE 'quack' OR nickname LIKE 'quack')
15457
+  (0.1ms) rollback transaction
15458
+  (0.0ms) begin transaction
15459
+  (0.0ms) rollback transaction
15460
+  (0.0ms) begin transaction
15461
+  (0.0ms) rollback transaction
15462
+  (0.0ms) begin transaction
15463
+  (0.0ms) rollback transaction
15464
+  (0.0ms) begin transaction
15465
+  (0.0ms) SAVEPOINT active_record_1
15466
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.453739"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.453739"]]
15467
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.454588"], ["number", "+41 000-111-7"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.454588"], ["vcard_id", 1]]
15468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15469
+  (0.0ms) SAVEPOINT active_record_1
15470
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.455719"], ["number", "+41 000-111-8"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.455719"], ["vcard_id", 1]]
15471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15472
+  (0.0ms) SAVEPOINT active_record_1
15473
+ SQL (0.0ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.456656"], ["number", "+41 000-111-9"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.456656"], ["vcard_id", 1]]
15474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15475
+  (0.1ms) SELECT COUNT(*) FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."vcard_id" = ? [["vcard_id", 1]]
15476
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."vcard_id" = ? [["vcard_id", 1]]
15477
+  (0.1ms) rollback transaction
15478
+  (0.0ms) begin transaction
15479
+  (0.0ms) rollback transaction
15480
+  (0.0ms) begin transaction
15481
+  (0.0ms) rollback transaction
15482
+  (0.0ms) begin transaction
15483
+  (0.0ms) rollback transaction
15484
+  (0.0ms) begin transaction
15485
+  (0.0ms) rollback transaction
15486
+  (0.0ms) begin transaction
15487
+  (0.0ms) rollback transaction
15488
+  (0.0ms) begin transaction
15489
+  (0.0ms) SAVEPOINT active_record_1
15490
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.462767"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.462767"]]
15491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15492
+  (0.0ms) SAVEPOINT active_record_1
15493
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.463888"], ["number", "+41 000-111-10"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.463888"], ["vcard_id", 1]]
15494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15495
+  (0.1ms) rollback transaction
15496
+  (0.0ms) begin transaction
15497
+  (0.0ms) SAVEPOINT active_record_1
15498
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.465632"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.465632"]]
15499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15500
+  (0.0ms) SAVEPOINT active_record_1
15501
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.466652"], ["number", "+41 000-111-11"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.466652"], ["vcard_id", 1]]
15502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15503
+  (0.0ms) SAVEPOINT active_record_1
15504
+ SQL (0.0ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.467732"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.467732"]]
15505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15506
+  (0.1ms) rollback transaction
15507
+  (0.0ms) begin transaction
15508
+  (0.0ms) SAVEPOINT active_record_1
15509
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.469376"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.469376"]]
15510
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15511
+  (0.0ms) SAVEPOINT active_record_1
15512
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.470459"], ["number", "+41 000-111-12"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.470459"], ["vcard_id", 1]]
15513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15514
+  (0.0ms) SAVEPOINT active_record_1
15515
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.471817"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.471817"]]
15516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15517
+  (0.1ms) rollback transaction
15518
+  (0.0ms) begin transaction
15519
+  (0.0ms) SAVEPOINT active_record_1
15520
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.473576"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.473576"]]
15521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15522
+  (0.0ms) SAVEPOINT active_record_1
15523
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.474651"], ["number", "+41 000-111-13"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.474651"], ["vcard_id", 1]]
15524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15525
+  (0.0ms) SAVEPOINT active_record_1
15526
+ SQL (0.0ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.475805"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.475805"]]
15527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15528
+  (0.1ms) rollback transaction
15529
+  (0.0ms) begin transaction
15530
+  (0.0ms) SAVEPOINT active_record_1
15531
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.477614"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.477614"]]
15532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15533
+  (0.0ms) SAVEPOINT active_record_1
15534
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.478785"], ["number", "+41 000-111-14"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.478785"], ["vcard_id", 1]]
15535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15536
+  (0.0ms) SAVEPOINT active_record_1
15537
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.479968"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.479968"]]
15538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15539
+  (0.1ms) rollback transaction
15540
+  (0.0ms) begin transaction
15541
+  (0.0ms) SAVEPOINT active_record_1
15542
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.481722"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.481722"]]
15543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15544
+  (0.0ms) SAVEPOINT active_record_1
15545
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.482728"], ["number", "+41 000-111-15"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.482728"], ["vcard_id", 1]]
15546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15547
+  (0.0ms) SAVEPOINT active_record_1
15548
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.483860"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.483860"]]
15549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15550
+  (0.1ms) rollback transaction
15551
+  (0.0ms) begin transaction
15552
+  (0.0ms) SAVEPOINT active_record_1
15553
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.485538"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.485538"]]
15554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15555
+  (0.0ms) SAVEPOINT active_record_1
15556
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.486525"], ["number", "+41 000-111-16"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.486525"], ["vcard_id", 1]]
15557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15558
+  (0.0ms) SAVEPOINT active_record_1
15559
+ SQL (0.0ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.487606"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.487606"]]
15560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15561
+  (0.1ms) rollback transaction
15562
+  (0.1ms) begin transaction
15563
+  (0.0ms) SAVEPOINT active_record_1
15564
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.489695"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.489695"]]
15565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15566
+  (0.0ms) SAVEPOINT active_record_1
15567
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.490675"], ["number", "+41 000-111-17"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.490675"], ["vcard_id", 1]]
15568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15569
+  (0.0ms) SAVEPOINT active_record_1
15570
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.491763"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.491763"]]
15571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15572
+  (0.1ms) rollback transaction
15573
+  (0.0ms) begin transaction
15574
+  (0.0ms) SAVEPOINT active_record_1
15575
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.493768"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.493768"]]
15576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15577
+  (0.0ms) SAVEPOINT active_record_1
15578
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.494785"], ["number", "+41 000-111-18"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.494785"], ["vcard_id", 1]]
15579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15580
+  (0.0ms) SAVEPOINT active_record_1
15581
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.495994"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.495994"]]
15582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15583
+  (0.1ms) rollback transaction
15584
+  (0.0ms) begin transaction
15585
+  (0.0ms) SAVEPOINT active_record_1
15586
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.497766"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.497766"]]
15587
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15588
+  (0.0ms) SAVEPOINT active_record_1
15589
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.498835"], ["number", "+41 000-111-19"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.498835"], ["vcard_id", 1]]
15590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15591
+  (0.0ms) SAVEPOINT active_record_1
15592
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.499916"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.499916"]]
15593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15594
+  (0.1ms) rollback transaction
15595
+  (0.0ms) begin transaction
15596
+  (0.0ms) SAVEPOINT active_record_1
15597
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.501515"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.501515"]]
15598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15599
+  (0.0ms) SAVEPOINT active_record_1
15600
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.502494"], ["number", "+41 000-111-20"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.502494"], ["vcard_id", 1]]
15601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15602
+  (0.0ms) SAVEPOINT active_record_1
15603
+ SQL (0.0ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.503604"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.503604"]]
15604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15605
+  (0.1ms) rollback transaction
15606
+  (0.0ms) begin transaction
15607
+  (0.0ms) SAVEPOINT active_record_1
15608
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.505531"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.505531"]]
15609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15610
+  (0.0ms) SAVEPOINT active_record_1
15611
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.506529"], ["number", "+41 000-111-21"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.506529"], ["vcard_id", 1]]
15612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15613
+  (0.0ms) SAVEPOINT active_record_1
15614
+ SQL (0.0ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.507569"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.507569"]]
15615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15616
+  (0.1ms) rollback transaction
15617
+  (0.0ms) begin transaction
15618
+  (0.0ms) SAVEPOINT active_record_1
15619
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.509214"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.509214"]]
15620
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15621
+  (0.0ms) SAVEPOINT active_record_1
15622
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.510226"], ["number", "+41 000-111-23"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.510226"], ["vcard_id", 1]]
15623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15624
+  (0.0ms) SAVEPOINT active_record_1
15625
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.511339"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.511339"]]
15626
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15627
+  (0.1ms) rollback transaction
15628
+  (0.0ms) begin transaction
15629
+  (0.0ms) SAVEPOINT active_record_1
15630
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.513297"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.513297"]]
15631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15632
+  (0.0ms) SAVEPOINT active_record_1
15633
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.514482"], ["number", "+41 000-111-25"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:20:29.514482"], ["vcard_id", 1]]
15634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15635
+  (0.0ms) SAVEPOINT active_record_1
15636
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:20:29.515715"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:20:29.515715"]]
15637
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15638
+  (0.1ms) rollback transaction
15639
+  (0.0ms) begin transaction
15640
+  (0.0ms) SAVEPOINT active_record_1
15641
+ SQL (0.2ms) INSERT INTO "somethings" DEFAULT VALUES
15642
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "reference_id", "reference_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.520277"], ["full_name", "Full"], ["reference_id", 1], ["reference_type", "Something"], ["updated_at", "2015-03-31 09:20:29.520277"]]
15643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15644
+  (0.1ms) rollback transaction
15645
+  (0.0ms) begin transaction
15646
+  (0.0ms) SAVEPOINT active_record_1
15647
+ SQL (0.2ms) INSERT INTO "somethings" DEFAULT VALUES
15648
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "reference_id", "reference_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:20:29.523462"], ["full_name", "Full"], ["reference_id", 1], ["reference_type", "Something"], ["updated_at", "2015-03-31 09:20:29.523462"]]
15649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15650
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."reference_id" = ? AND "has_vcards_vcards"."reference_type" = ? [["reference_id", 1], ["reference_type", "Something"]]
15651
+  (0.1ms) rollback transaction
15652
+  (0.0ms) begin transaction
15653
+  (0.0ms) rollback transaction
15654
+  (0.0ms) begin transaction
15655
+  (0.0ms) rollback transaction
15656
+  (0.0ms) begin transaction
15657
+  (0.0ms) rollback transaction
15658
+  (0.0ms) begin transaction
15659
+  (0.0ms) rollback transaction
15660
+  (0.3ms) begin transaction
15661
+  (0.0ms) SAVEPOINT active_record_1
15662
+ SQL (0.8ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.427556"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.427556"]]
15663
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15664
+  (0.1ms) SAVEPOINT active_record_1
15665
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.435290"], ["number", "+41 000-111-1"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.435290"], ["vcard_id", 1]]
15666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15667
+  (0.1ms) rollback transaction
15668
+  (0.0ms) begin transaction
15669
+  (0.0ms) SAVEPOINT active_record_1
15670
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.437674"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.437674"]]
15671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15672
+  (0.0ms) SAVEPOINT active_record_1
15673
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.438982"], ["number", "+41 000-111-2"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.438982"], ["vcard_id", 1]]
15674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15675
+  (0.1ms) SAVEPOINT active_record_1
15676
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.440640"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.440640"]]
15677
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15678
+  (0.1ms) rollback transaction
15679
+  (0.0ms) begin transaction
15680
+  (0.0ms) SAVEPOINT active_record_1
15681
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.442693"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.442693"]]
15682
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15683
+  (0.0ms) SAVEPOINT active_record_1
15684
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.443939"], ["number", "+41 000-111-3"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.443939"], ["vcard_id", 1]]
15685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15686
+  (0.0ms) SAVEPOINT active_record_1
15687
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.445209"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.445209"]]
15688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15689
+  (0.1ms) rollback transaction
15690
+  (0.0ms) begin transaction
15691
+  (0.0ms) SAVEPOINT active_record_1
15692
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.447584"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.447584"]]
15693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15694
+  (0.0ms) SAVEPOINT active_record_1
15695
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.448749"], ["number", "+41 000-111-4"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.448749"], ["vcard_id", 1]]
15696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15697
+  (0.0ms) SAVEPOINT active_record_1
15698
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.449957"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.449957"]]
15699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15700
+  (0.1ms) rollback transaction
15701
+  (0.0ms) begin transaction
15702
+  (0.0ms) SAVEPOINT active_record_1
15703
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.451683"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.451683"]]
15704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15705
+  (0.0ms) SAVEPOINT active_record_1
15706
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.452818"], ["number", "+41 000-111-5"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.452818"], ["vcard_id", 1]]
15707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15708
+  (0.0ms) SAVEPOINT active_record_1
15709
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.454015"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.454015"]]
15710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15711
+  (0.1ms) rollback transaction
15712
+  (0.0ms) begin transaction
15713
+  (0.0ms) SAVEPOINT active_record_1
15714
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.455746"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.455746"]]
15715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15716
+  (0.0ms) SAVEPOINT active_record_1
15717
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.456814"], ["number", "+41 000-111-6"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.456814"], ["vcard_id", 1]]
15718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15719
+  (0.0ms) SAVEPOINT active_record_1
15720
+ SQL (0.0ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.457923"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.457923"]]
15721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15722
+  (0.1ms) rollback transaction
15723
+  (0.0ms) begin transaction
15724
+  (0.0ms) SAVEPOINT active_record_1
15725
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.459641"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.459641"]]
15726
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15727
+  (0.1ms) SAVEPOINT active_record_1
15728
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.460752"], ["number", "+41 000-111-7"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.460752"], ["vcard_id", 1]]
15729
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15730
+  (0.0ms) SAVEPOINT active_record_1
15731
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.461847"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.461847"]]
15732
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15733
+  (0.1ms) rollback transaction
15734
+  (0.0ms) begin transaction
15735
+  (0.0ms) SAVEPOINT active_record_1
15736
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.463487"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.463487"]]
15737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15738
+  (0.0ms) SAVEPOINT active_record_1
15739
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.464528"], ["number", "+41 000-111-9"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.464528"], ["vcard_id", 1]]
15740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15741
+  (0.0ms) SAVEPOINT active_record_1
15742
+ SQL (0.0ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.465549"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.465549"]]
15743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15744
+  (0.1ms) rollback transaction
15745
+  (0.0ms) begin transaction
15746
+  (0.0ms) SAVEPOINT active_record_1
15747
+ SQL (2.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.471622"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.471622"]]
15748
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15749
+  (0.0ms) SAVEPOINT active_record_1
15750
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.474699"], ["number", "+41 000-111-11"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.474699"], ["vcard_id", 1]]
15751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15752
+  (0.0ms) SAVEPOINT active_record_1
15753
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.475832"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.475832"]]
15754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15755
+  (0.1ms) rollback transaction
15756
+  (0.0ms) begin transaction
15757
+  (0.0ms) SAVEPOINT active_record_1
15758
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.478141"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.478141"]]
15759
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15760
+  (0.0ms) SAVEPOINT active_record_1
15761
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.479354"], ["number", "+41 000-111-13"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.479354"], ["vcard_id", 1]]
15762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15763
+  (0.0ms) SAVEPOINT active_record_1
15764
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.480539"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.480539"]]
15765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15766
+  (0.2ms) rollback transaction
15767
+  (0.1ms) begin transaction
15768
+  (0.0ms) SAVEPOINT active_record_1
15769
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.487014"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.487014"]]
15770
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15771
+  (0.0ms) SAVEPOINT active_record_1
15772
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.488389"], ["number", "+41 000-111-14"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.488389"], ["vcard_id", 1]]
15773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15774
+  (0.0ms) SAVEPOINT active_record_1
15775
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.489860"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.489860"]]
15776
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15777
+  (0.1ms) rollback transaction
15778
+  (0.0ms) begin transaction
15779
+  (0.0ms) SAVEPOINT active_record_1
15780
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.492531"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.492531"]]
15781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15782
+  (0.0ms) SAVEPOINT active_record_1
15783
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.493725"], ["number", "+41 000-111-15"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.493725"], ["vcard_id", 1]]
15784
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15785
+  (0.0ms) SAVEPOINT active_record_1
15786
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.494958"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.494958"]]
15787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15788
+  (0.1ms) rollback transaction
15789
+  (0.0ms) begin transaction
15790
+  (0.0ms) SAVEPOINT active_record_1
15791
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.496701"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.496701"]]
15792
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15793
+  (0.0ms) SAVEPOINT active_record_1
15794
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.497791"], ["number", "+41 000-111-16"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.497791"], ["vcard_id", 1]]
15795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15796
+  (0.0ms) SAVEPOINT active_record_1
15797
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.499017"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.499017"]]
15798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15799
+  (0.1ms) rollback transaction
15800
+  (0.0ms) begin transaction
15801
+  (0.0ms) SAVEPOINT active_record_1
15802
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.500933"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.500933"]]
15803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15804
+  (0.0ms) SAVEPOINT active_record_1
15805
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.501929"], ["number", "+41 000-111-17"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.501929"], ["vcard_id", 1]]
15806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15807
+  (0.0ms) SAVEPOINT active_record_1
15808
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.503009"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.503009"]]
15809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15810
+  (0.1ms) rollback transaction
15811
+  (0.0ms) begin transaction
15812
+  (0.0ms) SAVEPOINT active_record_1
15813
+ SQL (0.3ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.508876"], ["locality", "Test Town"], ["postal_code", "82001"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:21:20.508876"]]
15814
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15815
+  (0.1ms) rollback transaction
15816
+  (0.0ms) begin transaction
15817
+  (0.0ms) SAVEPOINT active_record_1
15818
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.510848"], ["locality", "Test Town"], ["postal_code", "82002"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:21:20.510848"]]
15819
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15820
+  (0.1ms) rollback transaction
15821
+  (0.0ms) begin transaction
15822
+  (0.0ms) SAVEPOINT active_record_1
15823
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.513038"], ["locality", "Test Town"], ["postal_code", "82003"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:21:20.513038"]]
15824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15825
+  (0.1ms) rollback transaction
15826
+  (0.0ms) begin transaction
15827
+  (0.0ms) SAVEPOINT active_record_1
15828
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.514768"], ["locality", "Test Town"], ["postal_code", "82004"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:21:20.514768"]]
15829
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15830
+  (0.1ms) rollback transaction
15831
+  (0.0ms) begin transaction
15832
+  (0.0ms) SAVEPOINT active_record_1
15833
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.516343"], ["locality", "Test Town"], ["postal_code", "82005"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:21:20.516343"]]
15834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15835
+  (0.1ms) rollback transaction
15836
+  (0.0ms) begin transaction
15837
+  (0.0ms) SAVEPOINT active_record_1
15838
+ SQL (0.3ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.518147"], ["locality", "Test Town"], ["postal_code", "82006"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:21:20.518147"]]
15839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15840
+  (0.1ms) rollback transaction
15841
+  (0.0ms) begin transaction
15842
+  (0.0ms) SAVEPOINT active_record_1
15843
+ SQL (0.2ms) INSERT INTO "has_vcards_addresses" ("created_at", "locality", "postal_code", "street_address", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.520296"], ["locality", "Test Town"], ["postal_code", "82007"], ["street_address", "312 Test Street"], ["updated_at", "2015-03-31 09:21:20.520296"]]
15844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15845
+  (0.1ms) rollback transaction
15846
+  (0.0ms) begin transaction
15847
+  (0.0ms) SAVEPOINT active_record_1
15848
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.523529"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.523529"]]
15849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15850
+ Processing by HasVcards::VcardsController#show as HTML
15851
+ Parameters: {"id"=>"1"}
15852
+ HasVcards::Vcard Load (0.2ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
15853
+ Rendered /home/shuerlimann/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/i18n_rails_helpers-2.0.0/app/views/application/show.html.haml within layouts/application (0.2ms)
15854
+ Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.2ms)
15855
+  (0.1ms) rollback transaction
15856
+  (0.0ms) begin transaction
15857
+  (0.0ms) SAVEPOINT active_record_1
15858
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.536067"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.536067"]]
15859
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15860
+ Processing by HasVcards::VcardsController#show as HTML
15861
+ Parameters: {"id"=>"1"}
15862
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
15863
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15864
+  (0.1ms) rollback transaction
15865
+  (0.0ms) begin transaction
15866
+  (0.0ms) SAVEPOINT active_record_1
15867
+ SQL (0.4ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.540430"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.540430"]]
15868
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15869
+ Processing by HasVcards::VcardsController#show as HTML
15870
+ Parameters: {"id"=>"1"}
15871
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
15872
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15873
+  (0.1ms) rollback transaction
15874
+  (0.0ms) begin transaction
15875
+  (0.0ms) SAVEPOINT active_record_1
15876
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.545197"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.545197"]]
15877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15878
+ Processing by HasVcards::VcardsController#index as HTML
15879
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
15880
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards"
15881
+  (0.1ms) rollback transaction
15882
+  (0.0ms) begin transaction
15883
+  (0.0ms) SAVEPOINT active_record_1
15884
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.549871"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.549871"]]
15885
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15886
+ Processing by HasVcards::VcardsController#index as HTML
15887
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15888
+  (0.1ms) rollback transaction
15889
+  (0.0ms) begin transaction
15890
+  (0.0ms) SAVEPOINT active_record_1
15891
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.553333"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.553333"]]
15892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15893
+ Processing by HasVcards::VcardsController#index as HTML
15894
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15895
+  (0.1ms) rollback transaction
15896
+  (0.0ms) begin transaction
15897
+  (0.0ms) SAVEPOINT active_record_1
15898
+ SQL (0.3ms) INSERT INTO "somethings" DEFAULT VALUES
15899
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "reference_id", "reference_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.561787"], ["full_name", "Full"], ["reference_id", 1], ["reference_type", "Something"], ["updated_at", "2015-03-31 09:21:20.561787"]]
15900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15901
+  (0.1ms) rollback transaction
15902
+  (0.0ms) begin transaction
15903
+  (0.0ms) SAVEPOINT active_record_1
15904
+ SQL (0.2ms) INSERT INTO "somethings" DEFAULT VALUES
15905
+ SQL (0.2ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "reference_id", "reference_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.567696"], ["full_name", "Full"], ["reference_id", 1], ["reference_type", "Something"], ["updated_at", "2015-03-31 09:21:20.567696"]]
15906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15907
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."reference_id" = ? AND "has_vcards_vcards"."reference_type" = ? [["reference_id", 1], ["reference_type", "Something"]]
15908
+  (0.1ms) rollback transaction
15909
+  (0.0ms) begin transaction
15910
+  (0.0ms) rollback transaction
15911
+  (0.0ms) begin transaction
15912
+  (0.0ms) rollback transaction
15913
+  (0.0ms) begin transaction
15914
+  (0.0ms) rollback transaction
15915
+  (0.0ms) begin transaction
15916
+  (0.0ms) rollback transaction
15917
+  (0.0ms) begin transaction
15918
+  (0.0ms) SAVEPOINT active_record_1
15919
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.575521"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.575521"]]
15920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15921
+  (0.0ms) SAVEPOINT active_record_1
15922
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.576983"], ["number", "+41 000-111-18"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.576983"], ["vcard_id", 1]]
15923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15924
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15925
+ Parameters: {"id"=>"1"}
15926
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15927
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
15928
+  (0.1ms) rollback transaction
15929
+  (0.0ms) begin transaction
15930
+  (0.1ms) SAVEPOINT active_record_1
15931
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.583403"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.583403"]]
15932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15933
+  (0.0ms) SAVEPOINT active_record_1
15934
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.584636"], ["number", "+41 000-111-19"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.584636"], ["vcard_id", 1]]
15935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15936
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15937
+ Parameters: {"id"=>"1"}
15938
+ HasVcards::PhoneNumber Load (0.0ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15939
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15940
+  (0.1ms) rollback transaction
15941
+  (0.0ms) begin transaction
15942
+  (0.0ms) SAVEPOINT active_record_1
15943
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.588946"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.588946"]]
15944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15945
+  (0.0ms) SAVEPOINT active_record_1
15946
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.590099"], ["number", "+41 000-111-20"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.590099"], ["vcard_id", 1]]
15947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15948
+ Processing by HasVcards::PhoneNumbersController#show as HTML
15949
+ Parameters: {"id"=>"1"}
15950
+ HasVcards::PhoneNumber Load (0.0ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."id" = ? LIMIT 1 [["id", 1]]
15951
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15952
+  (0.1ms) rollback transaction
15953
+  (0.0ms) begin transaction
15954
+  (0.0ms) SAVEPOINT active_record_1
15955
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.594182"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.594182"]]
15956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15957
+  (0.0ms) SAVEPOINT active_record_1
15958
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.595288"], ["number", "+41 000-111-21"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.595288"], ["vcard_id", 1]]
15959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15960
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15961
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
15962
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers"
15963
+  (0.1ms) rollback transaction
15964
+  (0.0ms) begin transaction
15965
+  (0.0ms) SAVEPOINT active_record_1
15966
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.599568"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.599568"]]
15967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15968
+  (0.0ms) SAVEPOINT active_record_1
15969
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.600687"], ["number", "+41 000-111-22"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.600687"], ["vcard_id", 1]]
15970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15971
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15972
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15973
+  (0.2ms) rollback transaction
15974
+  (0.0ms) begin transaction
15975
+  (0.0ms) SAVEPOINT active_record_1
15976
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.604497"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.604497"]]
15977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15978
+  (0.0ms) SAVEPOINT active_record_1
15979
+ SQL (0.2ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.605624"], ["number", "+41 000-111-23"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.605624"], ["vcard_id", 1]]
15980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15981
+ Processing by HasVcards::PhoneNumbersController#index as HTML
15982
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
15983
+  (0.1ms) rollback transaction
15984
+  (0.0ms) begin transaction
15985
+  (0.0ms) rollback transaction
15986
+  (0.0ms) begin transaction
15987
+  (0.0ms) rollback transaction
15988
+  (0.0ms) begin transaction
15989
+  (0.0ms) rollback transaction
15990
+  (0.0ms) begin transaction
15991
+  (0.0ms) rollback transaction
15992
+  (0.0ms) begin transaction
15993
+  (0.0ms) rollback transaction
15994
+  (0.0ms) begin transaction
15995
+  (0.0ms) rollback transaction
15996
+  (0.0ms) begin transaction
15997
+  (0.0ms) rollback transaction
15998
+  (0.0ms) begin transaction
15999
+  (0.0ms) rollback transaction
16000
+  (0.0ms) begin transaction
16001
+  (0.0ms) rollback transaction
16002
+  (0.0ms) begin transaction
16003
+  (0.0ms) rollback transaction
16004
+  (0.0ms) begin transaction
16005
+  (0.0ms) rollback transaction
16006
+  (0.0ms) begin transaction
16007
+  (0.0ms) SAVEPOINT active_record_1
16008
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.624441"], ["full_name", "quack"], ["updated_at", "2015-03-31 09:21:20.624441"]]
16009
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16010
+  (0.0ms) SAVEPOINT active_record_1
16011
+ SQL (0.1ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.625776"], ["full_name", "Andi Peter"], ["updated_at", "2015-03-31 09:21:20.625776"]]
16012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16013
+ HasVcards::Vcard Load (0.1ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE (full_name LIKE 'quack' OR family_name LIKE 'quack' OR given_name LIKE 'quack' OR nickname LIKE 'quack')
16014
+  (0.1ms) rollback transaction
16015
+  (0.0ms) begin transaction
16016
+  (0.0ms) rollback transaction
16017
+  (0.0ms) begin transaction
16018
+  (0.0ms) rollback transaction
16019
+  (0.0ms) begin transaction
16020
+  (0.1ms) SAVEPOINT active_record_1
16021
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.629794"], ["full_name", "Ben Hur"], ["updated_at", "2015-03-31 09:21:20.629794"]]
16022
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.630622"], ["number", "+41 000-111-24"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.630622"], ["vcard_id", 1]]
16023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16024
+  (0.0ms) SAVEPOINT active_record_1
16025
+ SQL (0.1ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.631711"], ["number", "+41 000-111-25"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.631711"], ["vcard_id", 1]]
16026
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16027
+  (0.0ms) SAVEPOINT active_record_1
16028
+ SQL (0.0ms) INSERT INTO "has_vcards_phone_numbers" ("created_at", "number", "phone_number_type", "updated_at", "vcard_id") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-31 09:21:20.632682"], ["number", "+41 000-111-26"], ["phone_number_type", "phone"], ["updated_at", "2015-03-31 09:21:20.632682"], ["vcard_id", 1]]
16029
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16030
+  (0.1ms) SELECT COUNT(*) FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."vcard_id" = ? [["vcard_id", 1]]
16031
+ HasVcards::PhoneNumber Load (0.1ms) SELECT "has_vcards_phone_numbers".* FROM "has_vcards_phone_numbers" WHERE "has_vcards_phone_numbers"."vcard_id" = ? [["vcard_id", 1]]
16032
+  (0.1ms) rollback transaction
16033
+  (0.0ms) begin transaction
16034
+  (0.0ms) rollback transaction
16035
+  (0.0ms) begin transaction
16036
+  (0.1ms) rollback transaction
16037
+  (0.0ms) begin transaction
16038
+  (0.0ms) rollback transaction
16039
+  (0.0ms) begin transaction
16040
+  (0.0ms) rollback transaction
16041
+  (0.0ms) begin transaction
16042
+  (0.0ms) rollback transaction
16043
+  (0.0ms) begin transaction
16044
+  (0.0ms) rollback transaction
16045
+  (0.0ms) begin transaction
16046
+  (0.0ms) SAVEPOINT active_record_1
16047
+ SQL (0.3ms) INSERT INTO "has_vcards_vcards" ("created_at", "full_name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-31 09:21:20.640070"], ["full_name", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"], ["updated_at", "2015-03-31 09:21:20.640070"]]
16048
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16049
+ HasVcards::Vcard Load (0.0ms) SELECT "has_vcards_vcards".* FROM "has_vcards_vcards" WHERE "has_vcards_vcards"."id" = ? LIMIT 1 [["id", 1]]
16050
+  (0.1ms) rollback transaction