user_notifier 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/generators/user_notifier/notification/templates/migration.rb +1 -0
- data/lib/user_notifier/models/base.rb +1 -1
- data/lib/user_notifier/version.rb +1 -1
- data/spec/dummy/config/database.yml +36 -16
- data/spec/dummy/db/migrate/20150713180329_add_deliver_at_to_notifications.rb +14 -0
- data/spec/dummy/db/schema.rb +12 -7
- data/spec/dummy/log/development.log +149 -0
- data/spec/dummy/log/test.log +860 -0
- data/spec/models/user_notifier/base_spec.rb +21 -6
- metadata +4 -2
data/spec/dummy/log/test.log
CHANGED
@@ -798,3 +798,863 @@ UserNotifier::Mailer#notify: processed outbound mail in 1.1ms
|
|
798
798
|
|
799
799
|
UserNotifier::Mailer#notify: processed outbound mail in 1.9ms
|
800
800
|
[1m[35m (0.8ms)[0m rollback transaction
|
801
|
+
[1m[36m (5.3ms)[0m [1mbegin transaction[0m
|
802
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
803
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
804
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
805
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
806
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
807
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
808
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
809
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
810
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
811
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
812
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
813
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
814
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
815
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
816
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
817
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
818
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
819
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
820
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
821
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
822
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
823
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
824
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
825
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
826
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
827
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:28.939552"], ["updated_at", "2015-07-13 19:28:28.939552"]]
|
828
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
829
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
830
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
831
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
832
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (1.4ms)
|
833
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.4ms)
|
834
|
+
|
835
|
+
UserNotifier::Mailer#notify: processed outbound mail in 184.3ms
|
836
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
837
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
838
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
839
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.145427"], ["updated_at", "2015-07-13 19:28:29.145427"]]
|
840
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
841
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
842
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "pt"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
843
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
844
|
+
Rendered user_notifier/mailer/test_subject.pt.text.erb (0.3ms)
|
845
|
+
Rendered user_notifier/mailer/test.pt.html.erb within layouts/email (0.3ms)
|
846
|
+
|
847
|
+
UserNotifier::Mailer#notify: processed outbound mail in 27.1ms
|
848
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
849
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
850
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
851
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.177253"], ["updated_at", "2015-07-13 19:28:29.177253"]]
|
852
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
853
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
854
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "pt"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
855
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
856
|
+
Rendered user_notifier/mailer/test_subject.pt.text.erb (0.0ms)
|
857
|
+
Rendered user_notifier/mailer/test.pt.html.erb within layouts/email (0.0ms)
|
858
|
+
|
859
|
+
UserNotifier::Mailer#notify: processed outbound mail in 1.4ms
|
860
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
861
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
862
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
863
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.183467"], ["updated_at", "2015-07-13 19:28:29.183467"]]
|
864
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
865
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
866
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
867
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
868
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.1ms)
|
869
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.0ms)
|
870
|
+
|
871
|
+
UserNotifier::Mailer#notify: processed outbound mail in 1.9ms
|
872
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
873
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
874
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
875
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.191386"], ["updated_at", "2015-07-13 19:28:29.191386"]]
|
876
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
877
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
878
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
879
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
880
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.0ms)
|
881
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.0ms)
|
882
|
+
|
883
|
+
UserNotifier::Mailer#notify: processed outbound mail in 2.1ms
|
884
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
885
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
886
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
887
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.203028"], ["updated_at", "2015-07-13 19:28:29.203028"]]
|
888
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
889
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
890
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
891
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
892
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.0ms)
|
893
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.0ms)
|
894
|
+
|
895
|
+
UserNotifier::Mailer#notify: processed outbound mail in 2.1ms
|
896
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
897
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
898
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
899
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.214117"], ["updated_at", "2015-07-13 19:28:29.214117"]]
|
900
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
901
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
902
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
903
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
904
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.0ms)
|
905
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.0ms)
|
906
|
+
|
907
|
+
UserNotifier::Mailer#notify: processed outbound mail in 1.2ms
|
908
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
909
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
910
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
911
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.225094"], ["updated_at", "2015-07-13 19:28:29.225094"]]
|
912
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
913
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
914
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.229987"], ["updated_at", "2015-07-13 19:28:29.229987"]]
|
915
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
916
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
917
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
918
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
919
|
+
[1m[36mUserNotification Load (0.1ms)[0m [1mSELECT "user_notifications".* FROM "user_notifications" ORDER BY "user_notifications"."id" DESC LIMIT 1[0m
|
920
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
921
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
922
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
923
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.238558"], ["updated_at", "2015-07-13 19:28:29.238558"]]
|
924
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
925
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
926
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.239964"], ["updated_at", "2015-07-13 19:28:29.239964"]]
|
927
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
928
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
929
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
930
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
931
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "user_notifications" WHERE "user_notifications"."template_name" = ? AND "user_notifications"."user_id" = 1[0m [["template_name", "another_test"]]
|
932
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
933
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["template_name", "another_test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
934
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
935
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "user_notifications"[0m
|
936
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
937
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
938
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
939
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.260485"], ["updated_at", "2015-07-13 19:28:29.260485"]]
|
940
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
942
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.262128"], ["updated_at", "2015-07-13 19:28:29.262128"]]
|
943
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
944
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
945
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
946
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
947
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "user_notifications" WHERE "user_notifications"."template_name" = ? AND "user_notifications"."user_id" = 1[0m [["template_name", "test"]]
|
948
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "user_notifications"
|
949
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
950
|
+
[1m[35m (0.0ms)[0m begin transaction
|
951
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
952
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.266825"], ["updated_at", "2015-07-13 19:28:29.266825"]]
|
953
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
954
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
955
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.268078"], ["updated_at", "2015-07-13 19:28:29.268078"]]
|
956
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
957
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
958
|
+
[1m[35m (0.0ms)[0m begin transaction
|
959
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
960
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.271492"], ["updated_at", "2015-07-13 19:28:29.271492"]]
|
961
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
962
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
963
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.273003"], ["updated_at", "2015-07-13 19:28:29.273003"]]
|
964
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
965
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
966
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
967
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
968
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
969
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
970
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
971
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.279255"], ["updated_at", "2015-07-13 19:28:29.279255"]]
|
972
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
973
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
974
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.281292"], ["updated_at", "2015-07-13 19:28:29.281292"]]
|
975
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
976
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
977
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "order_notifications" ("template_name", "locale", "from_email", "from_name", "order_id", "user_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["order_id", 1], ["user_id", 1]]
|
978
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
979
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
980
|
+
[1m[35m (0.1ms)[0m begin transaction
|
981
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
982
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.291531"], ["updated_at", "2015-07-13 19:28:29.291531"]]
|
983
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
984
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
985
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.294804"], ["updated_at", "2015-07-13 19:28:29.294804"]]
|
986
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
987
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
988
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "order_notifications" ("template_name", "locale", "from_email", "from_name", "order_id", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["order_id", 1], ["user_id", 1]]
|
989
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
990
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
991
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
992
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
993
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.305517"], ["updated_at", "2015-07-13 19:28:29.305517"]]
|
994
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
995
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
996
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.308122"], ["updated_at", "2015-07-13 19:28:29.308122"]]
|
997
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
998
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
999
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "order_notifications" ("template_name", "locale", "from_email", "from_name", "order_id", "user_id") VALUES (?, ?, ?, ?, ?, ?)[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["order_id", 1], ["user_id", 1]]
|
1000
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1001
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1002
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1003
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1004
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.313724"], ["updated_at", "2015-07-13 19:28:29.313724"]]
|
1005
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1006
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1007
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.314924"], ["updated_at", "2015-07-13 19:28:29.314924"]]
|
1008
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1009
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1010
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
1011
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1012
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
1013
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1014
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1015
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.336091"], ["updated_at", "2015-07-13 19:28:29.336091"]]
|
1016
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1017
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1018
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.339404"], ["updated_at", "2015-07-13 19:28:29.339404"]]
|
1019
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1020
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1021
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
1022
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1023
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1024
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1025
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1026
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.347912"], ["updated_at", "2015-07-13 19:28:29.347912"]]
|
1027
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1028
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1029
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.349159"], ["updated_at", "2015-07-13 19:28:29.349159"]]
|
1030
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1031
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1032
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
1033
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1034
|
+
[1m[35mUserNotification Load (0.1ms)[0m SELECT "user_notifications".* FROM "user_notifications" ORDER BY "user_notifications"."id" DESC LIMIT 1
|
1035
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1036
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1037
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1038
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?) [["email", "foo@bar.com"], ["created_at", "2015-07-13 19:28:29.353254"], ["updated_at", "2015-07-13 19:28:29.353254"]]
|
1039
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1040
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1041
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["title", "test"], ["created_at", "2015-07-13 19:28:29.354501"], ["updated_at", "2015-07-13 19:28:29.354501"]]
|
1042
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1043
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1044
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES (?, ?, ?, ?, ?) [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
1045
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1046
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1047
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1048
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1049
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1050
|
+
^
|
1051
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1052
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1053
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1054
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1055
|
+
WHERE a.attrelid = '"users"'::regclass
|
1056
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1057
|
+
ORDER BY a.attnum
|
1058
|
+
|
1059
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1060
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1061
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1062
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1063
|
+
^
|
1064
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1065
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1066
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1067
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1068
|
+
WHERE a.attrelid = '"users"'::regclass
|
1069
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1070
|
+
ORDER BY a.attnum
|
1071
|
+
|
1072
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1073
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1074
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1075
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1076
|
+
^
|
1077
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1078
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1079
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1080
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1081
|
+
WHERE a.attrelid = '"users"'::regclass
|
1082
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1083
|
+
ORDER BY a.attnum
|
1084
|
+
|
1085
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1086
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1087
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1088
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1089
|
+
^
|
1090
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1091
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1092
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1093
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1094
|
+
WHERE a.attrelid = '"users"'::regclass
|
1095
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1096
|
+
ORDER BY a.attnum
|
1097
|
+
|
1098
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1099
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1100
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1101
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1102
|
+
^
|
1103
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1104
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1105
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1106
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1107
|
+
WHERE a.attrelid = '"users"'::regclass
|
1108
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1109
|
+
ORDER BY a.attnum
|
1110
|
+
|
1111
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1112
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1113
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1114
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1115
|
+
^
|
1116
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1117
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1118
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1119
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1120
|
+
WHERE a.attrelid = '"users"'::regclass
|
1121
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1122
|
+
ORDER BY a.attnum
|
1123
|
+
|
1124
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1125
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1126
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1127
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1128
|
+
^
|
1129
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1130
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1131
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1132
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1133
|
+
WHERE a.attrelid = '"users"'::regclass
|
1134
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1135
|
+
ORDER BY a.attnum
|
1136
|
+
|
1137
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1138
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1139
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1140
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1141
|
+
^
|
1142
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1143
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1144
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1145
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1146
|
+
WHERE a.attrelid = '"users"'::regclass
|
1147
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1148
|
+
ORDER BY a.attnum
|
1149
|
+
|
1150
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1151
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1152
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1153
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1154
|
+
^
|
1155
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1156
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1157
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1158
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1159
|
+
WHERE a.attrelid = '"users"'::regclass
|
1160
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1161
|
+
ORDER BY a.attnum
|
1162
|
+
|
1163
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1164
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1165
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1166
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1167
|
+
^
|
1168
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1169
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1170
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1171
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1172
|
+
WHERE a.attrelid = '"users"'::regclass
|
1173
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1174
|
+
ORDER BY a.attnum
|
1175
|
+
|
1176
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1177
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1178
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1179
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1180
|
+
^
|
1181
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1182
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1183
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1184
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1185
|
+
WHERE a.attrelid = '"users"'::regclass
|
1186
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1187
|
+
ORDER BY a.attnum
|
1188
|
+
|
1189
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1190
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1191
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1192
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1193
|
+
^
|
1194
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1195
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1196
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1197
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1198
|
+
WHERE a.attrelid = '"users"'::regclass
|
1199
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1200
|
+
ORDER BY a.attnum
|
1201
|
+
|
1202
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1203
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1204
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1205
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1206
|
+
^
|
1207
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1208
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1209
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1210
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1211
|
+
WHERE a.attrelid = '"users"'::regclass
|
1212
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1213
|
+
ORDER BY a.attnum
|
1214
|
+
|
1215
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1216
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1217
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1218
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1219
|
+
^
|
1220
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1221
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1222
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1223
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1224
|
+
WHERE a.attrelid = '"users"'::regclass
|
1225
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1226
|
+
ORDER BY a.attnum
|
1227
|
+
|
1228
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1229
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1230
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1231
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1232
|
+
^
|
1233
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1234
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1235
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1236
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1237
|
+
WHERE a.attrelid = '"users"'::regclass
|
1238
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1239
|
+
ORDER BY a.attnum
|
1240
|
+
|
1241
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1242
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1243
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1244
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1245
|
+
^
|
1246
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1247
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1248
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1249
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1250
|
+
WHERE a.attrelid = '"users"'::regclass
|
1251
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1252
|
+
ORDER BY a.attnum
|
1253
|
+
|
1254
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1255
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1256
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1257
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1258
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1259
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1260
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1261
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1262
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1263
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1264
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1265
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1266
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1267
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1268
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1269
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1270
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1271
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1272
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1273
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1274
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1275
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1276
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1277
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1278
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1279
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1280
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1281
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1282
|
+
^
|
1283
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1284
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1285
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1286
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1287
|
+
WHERE a.attrelid = '"users"'::regclass
|
1288
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1289
|
+
ORDER BY a.attnum
|
1290
|
+
|
1291
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1292
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1293
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1294
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1295
|
+
^
|
1296
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1297
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1298
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1299
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1300
|
+
WHERE a.attrelid = '"users"'::regclass
|
1301
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1302
|
+
ORDER BY a.attnum
|
1303
|
+
|
1304
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1305
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1306
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1307
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1308
|
+
^
|
1309
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1310
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1311
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1312
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1313
|
+
WHERE a.attrelid = '"users"'::regclass
|
1314
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1315
|
+
ORDER BY a.attnum
|
1316
|
+
|
1317
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1318
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
1319
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1320
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1321
|
+
^
|
1322
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1323
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1324
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1325
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1326
|
+
WHERE a.attrelid = '"users"'::regclass
|
1327
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1328
|
+
ORDER BY a.attnum
|
1329
|
+
|
1330
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1331
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
1332
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1333
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1334
|
+
^
|
1335
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1336
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1337
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1338
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1339
|
+
WHERE a.attrelid = '"users"'::regclass
|
1340
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1341
|
+
ORDER BY a.attnum
|
1342
|
+
|
1343
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1344
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
1345
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1346
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1347
|
+
^
|
1348
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1349
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1350
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1351
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1352
|
+
WHERE a.attrelid = '"users"'::regclass
|
1353
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1354
|
+
ORDER BY a.attnum
|
1355
|
+
|
1356
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1357
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1358
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
1359
|
+
LINE 5: WHERE a.attrelid = '"users"'::regclass
|
1360
|
+
^
|
1361
|
+
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
|
1362
|
+
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
|
1363
|
+
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
1364
|
+
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
1365
|
+
WHERE a.attrelid = '"users"'::regclass
|
1366
|
+
AND a.attnum > 0 AND NOT a.attisdropped
|
1367
|
+
ORDER BY a.attnum
|
1368
|
+
|
1369
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1370
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1371
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
1372
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.267323"], ["updated_at", "2015-07-13 20:09:12.267323"]]
|
1373
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1374
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
1375
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "pt"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 1]]
|
1376
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1377
|
+
Rendered user_notifier/mailer/test_subject.pt.text.erb (1.3ms)
|
1378
|
+
Rendered user_notifier/mailer/test.pt.html.erb within layouts/email (0.3ms)
|
1379
|
+
|
1380
|
+
UserNotifier::Mailer#notify: processed outbound mail in 170.3ms
|
1381
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1382
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1383
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1384
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.469778"], ["updated_at", "2015-07-13 20:09:12.469778"]]
|
1385
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1386
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1387
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "pt"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 2]]
|
1388
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1389
|
+
Rendered user_notifier/mailer/test_subject.pt.text.erb (0.0ms)
|
1390
|
+
Rendered user_notifier/mailer/test.pt.html.erb within layouts/email (0.0ms)
|
1391
|
+
|
1392
|
+
UserNotifier::Mailer#notify: processed outbound mail in 1.5ms
|
1393
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1394
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1395
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1396
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.477635"], ["updated_at", "2015-07-13 20:09:12.477635"]]
|
1397
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1398
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1399
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 3]]
|
1400
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1401
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.3ms)
|
1402
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.3ms)
|
1403
|
+
|
1404
|
+
UserNotifier::Mailer#notify: processed outbound mail in 24.3ms
|
1405
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1406
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1407
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1408
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.508396"], ["updated_at", "2015-07-13 20:09:12.508396"]]
|
1409
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1410
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1411
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 4]]
|
1412
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1413
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.0ms)
|
1414
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.0ms)
|
1415
|
+
|
1416
|
+
UserNotifier::Mailer#notify: processed outbound mail in 1.7ms
|
1417
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1418
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1419
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
1420
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.518172"], ["updated_at", "2015-07-13 20:09:12.518172"]]
|
1421
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
1422
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
1423
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 5]]
|
1424
|
+
[1m[36m (0.6ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1425
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.0ms)
|
1426
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.1ms)
|
1427
|
+
|
1428
|
+
UserNotifier::Mailer#notify: processed outbound mail in 2.6ms
|
1429
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1430
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1431
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
1432
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.535779"], ["updated_at", "2015-07-13 20:09:12.535779"]]
|
1433
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1434
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1435
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 6]]
|
1436
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1437
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.0ms)
|
1438
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.0ms)
|
1439
|
+
|
1440
|
+
UserNotifier::Mailer#notify: processed outbound mail in 1.3ms
|
1441
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1442
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1443
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1444
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.544474"], ["updated_at", "2015-07-13 20:09:12.544474"]]
|
1445
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1446
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1447
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 7]]
|
1448
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1449
|
+
Rendered user_notifier/mailer/test_subject.en.text.erb (0.0ms)
|
1450
|
+
Rendered user_notifier/mailer/test.en.html.erb within layouts/email (0.0ms)
|
1451
|
+
|
1452
|
+
UserNotifier::Mailer#notify: processed outbound mail in 1.5ms
|
1453
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1454
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1455
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1456
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1457
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1458
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1459
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1460
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1461
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1462
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1463
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1464
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1465
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1466
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1467
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1468
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1469
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1470
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1471
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1472
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1473
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1474
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1475
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1476
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
1477
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1478
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
1479
|
+
[1m[35m (0.6ms)[0m SAVEPOINT active_record_1
|
1480
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.581605"], ["updated_at", "2015-07-13 20:09:12.581605"]]
|
1481
|
+
[1m[35m (0.7ms)[0m RELEASE SAVEPOINT active_record_1
|
1482
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
1483
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 8], ["title", "test"], ["created_at", "2015-07-13 20:09:12.590870"], ["updated_at", "2015-07-13 20:09:12.590870"]]
|
1484
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1485
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1486
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 8]]
|
1487
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1488
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1489
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1490
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1491
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.597841"], ["updated_at", "2015-07-13 20:09:12.597841"]]
|
1492
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1493
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1494
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 9], ["title", "test"], ["created_at", "2015-07-13 20:09:12.599818"], ["updated_at", "2015-07-13 20:09:12.599818"]]
|
1495
|
+
[1m[35m (0.5ms)[0m RELEASE SAVEPOINT active_record_1
|
1496
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
1497
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "order_notifications" ("template_name", "locale", "from_email", "from_name", "order_id", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["order_id", 2], ["user_id", 9]]
|
1498
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1499
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1500
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1501
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1502
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.617796"], ["updated_at", "2015-07-13 20:09:12.617796"]]
|
1503
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1504
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1505
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 10], ["title", "test"], ["created_at", "2015-07-13 20:09:12.619823"], ["updated_at", "2015-07-13 20:09:12.619823"]]
|
1506
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1507
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1508
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "order_notifications" ("template_name", "locale", "from_email", "from_name", "order_id", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["order_id", 3], ["user_id", 10]]
|
1509
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1510
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1511
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1512
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1513
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.625628"], ["updated_at", "2015-07-13 20:09:12.625628"]]
|
1514
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1515
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1516
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 11], ["title", "test"], ["created_at", "2015-07-13 20:09:12.627738"], ["updated_at", "2015-07-13 20:09:12.627738"]]
|
1517
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1518
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1519
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "order_notifications" ("template_name", "locale", "from_email", "from_name", "order_id", "user_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["order_id", 4], ["user_id", 11]]
|
1520
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1521
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1522
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
1523
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
1524
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.636311"], ["updated_at", "2015-07-13 20:09:12.636311"]]
|
1525
|
+
[1m[35m (0.6ms)[0m RELEASE SAVEPOINT active_record_1
|
1526
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
1527
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 12], ["title", "test"], ["created_at", "2015-07-13 20:09:12.641243"], ["updated_at", "2015-07-13 20:09:12.641243"]]
|
1528
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1529
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
1530
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
1531
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
1532
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.651671"], ["updated_at", "2015-07-13 20:09:12.651671"]]
|
1533
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
1534
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1535
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 13], ["title", "test"], ["created_at", "2015-07-13 20:09:12.655289"], ["updated_at", "2015-07-13 20:09:12.655289"]]
|
1536
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1537
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
1538
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 13]]
|
1539
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1540
|
+
[1m[36mUserNotification Load (1.0ms)[0m [1mSELECT "user_notifications".* FROM "user_notifications" ORDER BY "user_notifications"."id" DESC LIMIT 1[0m
|
1541
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1542
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
1543
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
1544
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.668326"], ["updated_at", "2015-07-13 20:09:12.668326"]]
|
1545
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
1546
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
1547
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 14], ["title", "test"], ["created_at", "2015-07-13 20:09:12.672020"], ["updated_at", "2015-07-13 20:09:12.672020"]]
|
1548
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1549
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
1550
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 14]]
|
1551
|
+
[1m[35m (0.6ms)[0m RELEASE SAVEPOINT active_record_1
|
1552
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "user_notifications" WHERE "user_notifications"."template_name" = $1 AND "user_notifications"."user_id" = 14[0m [["template_name", "test"]]
|
1553
|
+
[1m[35m (2.2ms)[0m SELECT COUNT(*) FROM "user_notifications"
|
1554
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1555
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1556
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1557
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.693543"], ["updated_at", "2015-07-13 20:09:12.693543"]]
|
1558
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1559
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1560
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 15], ["title", "test"], ["created_at", "2015-07-13 20:09:12.695686"], ["updated_at", "2015-07-13 20:09:12.695686"]]
|
1561
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1562
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1563
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 15]]
|
1564
|
+
[1m[36m (0.7ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1565
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "user_notifications" WHERE "user_notifications"."template_name" = $1 AND "user_notifications"."user_id" = 15 [["template_name", "another_test"]]
|
1566
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1567
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "another_test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 15]]
|
1568
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1569
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "user_notifications"
|
1570
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1571
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1572
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1573
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.708357"], ["updated_at", "2015-07-13 20:09:12.708357"]]
|
1574
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1575
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1576
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 16], ["title", "test"], ["created_at", "2015-07-13 20:09:12.710443"], ["updated_at", "2015-07-13 20:09:12.710443"]]
|
1577
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1578
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1579
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 16]]
|
1580
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1581
|
+
[1m[35mUserNotification Load (0.4ms)[0m SELECT "user_notifications".* FROM "user_notifications" ORDER BY "user_notifications"."id" DESC LIMIT 1
|
1582
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1583
|
+
[1m[35m (0.4ms)[0m BEGIN
|
1584
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
1585
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.721269"], ["updated_at", "2015-07-13 20:09:12.721269"]]
|
1586
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1587
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1588
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 17], ["title", "test"], ["created_at", "2015-07-13 20:09:12.723589"], ["updated_at", "2015-07-13 20:09:12.723589"]]
|
1589
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1590
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1591
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 17]]
|
1592
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1593
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1594
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1595
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
1596
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.731851"], ["updated_at", "2015-07-13 20:09:12.731851"]]
|
1597
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1598
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1599
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 18], ["title", "test"], ["created_at", "2015-07-13 20:09:12.734614"], ["updated_at", "2015-07-13 20:09:12.734614"]]
|
1600
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1601
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1602
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 18]]
|
1603
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1604
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1605
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1606
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1607
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.740388"], ["updated_at", "2015-07-13 20:09:12.740388"]]
|
1608
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1609
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1610
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 19], ["title", "test"], ["created_at", "2015-07-13 20:09:12.742726"], ["updated_at", "2015-07-13 20:09:12.742726"]]
|
1611
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1612
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1613
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id", "deliver_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["template_name", "deliver_at_test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 19], ["deliver_at", "2015-07-16 20:09:12.744053"]]
|
1614
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1615
|
+
[1m[35mUserNotification Load (0.7ms)[0m SELECT "user_notifications".* FROM "user_notifications" ORDER BY "user_notifications"."id" DESC LIMIT 1
|
1616
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
1617
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1618
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
1619
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.755275"], ["updated_at", "2015-07-13 20:09:12.755275"]]
|
1620
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1621
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
1622
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 20], ["title", "test"], ["created_at", "2015-07-13 20:09:12.759302"], ["updated_at", "2015-07-13 20:09:12.759302"]]
|
1623
|
+
[1m[35m (0.5ms)[0m RELEASE SAVEPOINT active_record_1
|
1624
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
1625
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id", "deliver_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["template_name", "deliver_at_test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 20], ["deliver_at", "2015-07-16 20:09:12.762403"]]
|
1626
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1627
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1628
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1629
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1630
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.772260"], ["updated_at", "2015-07-13 20:09:12.772260"]]
|
1631
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
1632
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1633
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 21], ["title", "test"], ["created_at", "2015-07-13 20:09:12.774886"], ["updated_at", "2015-07-13 20:09:12.774886"]]
|
1634
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1635
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1636
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id", "deliver_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["template_name", "deliver_at_test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 21], ["deliver_at", "2015-07-16 20:09:12.776752"]]
|
1637
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
1638
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1639
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1640
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
1641
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.783667"], ["updated_at", "2015-07-13 20:09:12.783667"]]
|
1642
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1643
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
1644
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["user_id", 22], ["title", "test"], ["created_at", "2015-07-13 20:09:12.787925"], ["updated_at", "2015-07-13 20:09:12.787925"]]
|
1645
|
+
[1m[35m (0.5ms)[0m RELEASE SAVEPOINT active_record_1
|
1646
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
1647
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 22]]
|
1648
|
+
[1m[36m (0.6ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1649
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
1650
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1651
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1652
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["email", "foo@bar.com"], ["created_at", "2015-07-13 20:09:12.810102"], ["updated_at", "2015-07-13 20:09:12.810102"]]
|
1653
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1654
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1655
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "orders" ("user_id", "title", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["user_id", 23], ["title", "test"], ["created_at", "2015-07-13 20:09:12.812519"], ["updated_at", "2015-07-13 20:09:12.812519"]]
|
1656
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1657
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1658
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "user_notifications" ("template_name", "locale", "from_email", "from_name", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["template_name", "test"], ["locale", "en"], ["from_email", "no-reply@yourdomain"], ["from_name", "please configure a default from name"], ["user_id", 23]]
|
1659
|
+
[1m[35m (0.5ms)[0m RELEASE SAVEPOINT active_record_1
|
1660
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|