mail_spy 0.0.5 → 0.0.6
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.
- data/README.rdoc +58 -2
- data/app/assets/javascripts/mail_spy/application.js +2 -0
- data/app/assets/javascripts/mail_spy/sendgrid.js +2 -0
- data/app/assets/stylesheets/mail_spy/application.css +0 -1
- data/app/assets/stylesheets/mail_spy/global.css.scss +0 -0
- data/app/assets/stylesheets/mail_spy/sendgrid.css +4 -0
- data/app/controllers/mail_spy/sendgrid_controller.rb +26 -0
- data/app/controllers/mail_spy/tracking_controller.rb +3 -10
- data/app/helpers/mail_spy/email_helper.rb +13 -4
- data/app/helpers/mail_spy/sendgrid_helper.rb +4 -0
- data/app/mailers/mail_spy/core_mailer.rb +6 -12
- data/app/models/mail_spy/email.rb +19 -4
- data/app/views/mail_spy/reports/campaigns.html.erb +48 -0
- data/config/routes.rb +6 -0
- data/lib/generators/mail_spy/templates/mail_spy.rb +5 -0
- data/lib/mail_spy/manager.rb +68 -16
- data/lib/mail_spy/sendgrid/smtp_api_header.rb +68 -0
- data/lib/mail_spy/version.rb +1 -1
- data/lib/mail_spy.rb +4 -1
- data/test/dummy/config/initializers/mail_spy.rb +4 -0
- data/test/dummy/config/routes.rb +1 -1
- data/test/dummy/log/test.log +2204 -0
- data/test/functional/mail_spy/sendgrid_controller_test.rb +9 -0
- data/test/functional/mail_spy/tracking_controller_test.rb +2 -1
- data/test/unit/helpers/mail_spy/sendgrid_helper_test.rb +6 -0
- metadata +13 -2
data/test/dummy/log/test.log
CHANGED
@@ -10691,3 +10691,2207 @@ MONGODB dummy_test['mail_spy_emails'].remove({})
|
|
10691
10691
|
[1m[35m (0.0ms)[0m rollback transaction
|
10692
10692
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10693
10693
|
[1m[35m (0.0ms)[0m rollback transaction
|
10694
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
10695
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
10696
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
10697
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
10698
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f288d45816134fef5000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 00:54:29 UTC, "updated_at"=>2012-02-01 00:54:29 UTC, "created_at"=>2012-02-01 00:54:29 UTC}])
|
10699
|
+
[AWS S3 200 0.456797] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10700
|
+
|
10701
|
+
[AWS S3 200 0.102089] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
10702
|
+
|
10703
|
+
[AWS S3 200 0.140202] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
10704
|
+
|
10705
|
+
Rendered inline template (26.6ms)
|
10706
|
+
[AWS S3 200 0.101422] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10707
|
+
|
10708
|
+
[AWS S3 200 0.097419] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
10709
|
+
|
10710
|
+
[AWS S3 200 0.170745] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
10711
|
+
|
10712
|
+
Rendered inline template (1.6ms)
|
10713
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10714
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10715
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10716
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10717
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f288d4a816134fef5000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 00:54:34 UTC, "updated_at"=>2012-02-01 00:54:34 UTC, "created_at"=>2012-02-01 00:54:34 UTC}])
|
10718
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
10719
|
+
Rendered inline template (47.9ms)
|
10720
|
+
Rendered inline template (1.3ms)
|
10721
|
+
|
10722
|
+
Sent mail to trcarden@gmail.com (1446ms)
|
10723
|
+
Date: Tue, 31 Jan 2012 16:54:35 -0800
|
10724
|
+
From: test@test.com
|
10725
|
+
Reply-To: testGuy
|
10726
|
+
To: trcarden@gmail.com
|
10727
|
+
Message-ID: <4f288d4b14e9e_fef580776ad44248@timly.local.mail>
|
10728
|
+
Subject: test subject
|
10729
|
+
Mime-Version: 1.0
|
10730
|
+
Content-Type: multipart/alternative;
|
10731
|
+
boundary="--==_mimepart_4f288d4aeaf9f_fef580776ad439ed";
|
10732
|
+
charset=UTF-8
|
10733
|
+
Content-Transfer-Encoding: 7bit
|
10734
|
+
|
10735
|
+
|
10736
|
+
|
10737
|
+
----==_mimepart_4f288d4aeaf9f_fef580776ad439ed
|
10738
|
+
Date: Tue, 31 Jan 2012 16:54:35 -0800
|
10739
|
+
Mime-Version: 1.0
|
10740
|
+
Content-Type: text/plain;
|
10741
|
+
charset=UTF-8
|
10742
|
+
Content-Transfer-Encoding: 7bit
|
10743
|
+
Content-ID: <4f288d4b6dad_fef580776ad4404d@timly.local.mail>
|
10744
|
+
|
10745
|
+
You should be able to click on the link and have the server record the even
|
10746
|
+
and forward you to the correct place.
|
10747
|
+
|
10748
|
+
A link : <a href="http://localhost:5000/mail_spy/t?eid=4f288d4a816134fef5000002&n=1&url=www.google.com">My home</a>
|
10749
|
+
---------------------------
|
10750
|
+
|
10751
|
+
You should be able to show images in the email client and have the server
|
10752
|
+
track the open
|
10753
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail_spy/b?eid=4f288d4a816134fef5000002' style='display:none' width='1' height='1' border='0' />)
|
10754
|
+
|
10755
|
+
|
10756
|
+
|
10757
|
+
|
10758
|
+
----==_mimepart_4f288d4aeaf9f_fef580776ad439ed
|
10759
|
+
Date: Tue, 31 Jan 2012 16:54:35 -0800
|
10760
|
+
Mime-Version: 1.0
|
10761
|
+
Content-Type: text/html;
|
10762
|
+
charset=UTF-8
|
10763
|
+
Content-Transfer-Encoding: 7bit
|
10764
|
+
Content-ID: <4f288d4bfc5e_fef580776ad4419b@timly.local.mail>
|
10765
|
+
|
10766
|
+
<p>
|
10767
|
+
You should be able to click on the link and have the server record the even
|
10768
|
+
and forward you to the correct place.
|
10769
|
+
|
10770
|
+
A link : <a href="http://localhost:5000/mail_spy/t?eid=4f288d4a816134fef5000002&n=1&url=www.google.com">My home</a>
|
10771
|
+
</p>
|
10772
|
+
|
10773
|
+
<br>
|
10774
|
+
|
10775
|
+
<p>
|
10776
|
+
You should be able to show images in the email client and have the server
|
10777
|
+
track the open
|
10778
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail_spy/b?eid=4f288d4a816134fef5000002' style='display:none' width='1' height='1' border='0' />)
|
10779
|
+
</p>
|
10780
|
+
|
10781
|
+
|
10782
|
+
|
10783
|
+
----==_mimepart_4f288d4aeaf9f_fef580776ad439ed--
|
10784
|
+
|
10785
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10786
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10787
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10788
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10789
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10790
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10791
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10792
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
10793
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
10794
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f28924d816134ff95000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 01:15:57 UTC, "updated_at"=>2012-02-01 01:15:57 UTC, "created_at"=>2012-02-01 01:15:57 UTC}])
|
10795
|
+
[AWS S3 200 0.444739] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10796
|
+
|
10797
|
+
[AWS S3 200 0.095930] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
10798
|
+
|
10799
|
+
[AWS S3 200 0.119299] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
10800
|
+
|
10801
|
+
Rendered inline template (25.3ms)
|
10802
|
+
[AWS S3 200 0.095522] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10803
|
+
|
10804
|
+
[AWS S3 200 0.098260] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
10805
|
+
|
10806
|
+
[AWS S3 200 0.141199] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
10807
|
+
|
10808
|
+
Rendered inline template (1.8ms)
|
10809
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10810
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10811
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10812
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10813
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f289252816134ff95000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 01:16:02 UTC, "updated_at"=>2012-02-01 01:16:02 UTC, "created_at"=>2012-02-01 01:16:02 UTC}])
|
10814
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
10815
|
+
Rendered inline template (1.5ms)
|
10816
|
+
Rendered inline template (1.3ms)
|
10817
|
+
|
10818
|
+
Sent mail to trcarden@gmail.com (993ms)
|
10819
|
+
Date: Tue, 31 Jan 2012 17:16:02 -0800
|
10820
|
+
From: test@test.com
|
10821
|
+
Reply-To: testGuy
|
10822
|
+
To: trcarden@gmail.com
|
10823
|
+
Message-ID: <4f2892529da08_ff95814f609c67970@timly.local.mail>
|
10824
|
+
Subject: test subject
|
10825
|
+
Mime-Version: 1.0
|
10826
|
+
Content-Type: multipart/alternative;
|
10827
|
+
boundary="--==_mimepart_4f2892527fbec_ff95814f609c676e9";
|
10828
|
+
charset=UTF-8
|
10829
|
+
Content-Transfer-Encoding: 7bit
|
10830
|
+
|
10831
|
+
|
10832
|
+
|
10833
|
+
----==_mimepart_4f2892527fbec_ff95814f609c676e9
|
10834
|
+
Date: Tue, 31 Jan 2012 17:16:02 -0800
|
10835
|
+
Mime-Version: 1.0
|
10836
|
+
Content-Type: text/plain;
|
10837
|
+
charset=UTF-8
|
10838
|
+
Content-Transfer-Encoding: 7bit
|
10839
|
+
Content-ID: <4f28925290016_ff95814f609c6775b@timly.local.mail>
|
10840
|
+
|
10841
|
+
You should be able to click on the link and have the server record the even
|
10842
|
+
and forward you to the correct place.
|
10843
|
+
|
10844
|
+
A link : <a href="http://localhost:5000/mail_spy/t?eid=4f289252816134ff95000002&n=1&url=www.google.com">My home</a>
|
10845
|
+
---------------------------
|
10846
|
+
|
10847
|
+
You should be able to show images in the email client and have the server
|
10848
|
+
track the open
|
10849
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail_spy/b?eid=4f289252816134ff95000002' style='display:none' width='1' height='1' border='0' />)
|
10850
|
+
|
10851
|
+
|
10852
|
+
|
10853
|
+
|
10854
|
+
----==_mimepart_4f2892527fbec_ff95814f609c676e9
|
10855
|
+
Date: Tue, 31 Jan 2012 17:16:02 -0800
|
10856
|
+
Mime-Version: 1.0
|
10857
|
+
Content-Type: text/html;
|
10858
|
+
charset=UTF-8
|
10859
|
+
Content-Transfer-Encoding: 7bit
|
10860
|
+
Content-ID: <4f28925298913_ff95814f609c6787a@timly.local.mail>
|
10861
|
+
|
10862
|
+
<p>
|
10863
|
+
You should be able to click on the link and have the server record the even
|
10864
|
+
and forward you to the correct place.
|
10865
|
+
|
10866
|
+
A link : <a href="http://localhost:5000/mail_spy/t?eid=4f289252816134ff95000002&n=1&url=www.google.com">My home</a>
|
10867
|
+
</p>
|
10868
|
+
|
10869
|
+
<br>
|
10870
|
+
|
10871
|
+
<p>
|
10872
|
+
You should be able to show images in the email client and have the server
|
10873
|
+
track the open
|
10874
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail_spy/b?eid=4f289252816134ff95000002' style='display:none' width='1' height='1' border='0' />)
|
10875
|
+
</p>
|
10876
|
+
|
10877
|
+
|
10878
|
+
|
10879
|
+
----==_mimepart_4f2892527fbec_ff95814f609c676e9--
|
10880
|
+
|
10881
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10882
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10883
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10884
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10885
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10886
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10887
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10888
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
10889
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
10890
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f28927d816134ff9b000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"2012-valentines", "stream"=>"a-yikes", "component"=>"a", "schedule_at"=>2012-02-01 01:16:45 UTC, "updated_at"=>2012-02-01 01:16:45 UTC, "created_at"=>2012-02-01 01:16:45 UTC}])
|
10891
|
+
[AWS S3 200 0.424368] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10892
|
+
|
10893
|
+
[AWS S3 200 0.099598] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.text.erb")
|
10894
|
+
|
10895
|
+
[AWS S3 200 0.091437] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.text.erb")
|
10896
|
+
|
10897
|
+
Rendered inline template (21.6ms)
|
10898
|
+
[AWS S3 200 0.095711] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10899
|
+
|
10900
|
+
[AWS S3 200 0.094243] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.html.erb")
|
10901
|
+
|
10902
|
+
[AWS S3 200 0.141133] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.html.erb")
|
10903
|
+
|
10904
|
+
Rendered inline template (10.4ms)
|
10905
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10906
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10907
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10908
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10909
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f289282816134ff9b000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 01:16:50 UTC, "updated_at"=>2012-02-01 01:16:50 UTC, "created_at"=>2012-02-01 01:16:50 UTC}])
|
10910
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
10911
|
+
[AWS S3 200 0.094950] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10912
|
+
|
10913
|
+
[AWS S3 200 0.094973] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
10914
|
+
|
10915
|
+
[AWS S3 200 0.103596] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
10916
|
+
|
10917
|
+
Rendered inline template (1.7ms)
|
10918
|
+
[AWS S3 200 0.091959] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
10919
|
+
|
10920
|
+
[AWS S3 200 0.096998] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
10921
|
+
|
10922
|
+
[AWS S3 200 0.101258] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
10923
|
+
|
10924
|
+
Rendered inline template (1.6ms)
|
10925
|
+
|
10926
|
+
Sent mail to trcarden@gmail.com (975ms)
|
10927
|
+
Date: Tue, 31 Jan 2012 17:16:51 -0800
|
10928
|
+
From: test@test.com
|
10929
|
+
Reply-To: testGuy
|
10930
|
+
To: trcarden@gmail.com
|
10931
|
+
Message-ID: <4f2892833c825_ff9b81a3785810135@timly.local.mail>
|
10932
|
+
Subject: test subject
|
10933
|
+
Mime-Version: 1.0
|
10934
|
+
Content-Type: multipart/alternative;
|
10935
|
+
boundary="--==_mimepart_4f2892831e9a5_ff9b81a378589847";
|
10936
|
+
charset=UTF-8
|
10937
|
+
Content-Transfer-Encoding: 7bit
|
10938
|
+
|
10939
|
+
|
10940
|
+
|
10941
|
+
----==_mimepart_4f2892831e9a5_ff9b81a378589847
|
10942
|
+
Date: Tue, 31 Jan 2012 17:16:51 -0800
|
10943
|
+
Mime-Version: 1.0
|
10944
|
+
Content-Type: text/plain;
|
10945
|
+
charset=UTF-8
|
10946
|
+
Content-Transfer-Encoding: 7bit
|
10947
|
+
Content-ID: <4f2892832e6e5_ff9b81a37858996c@timly.local.mail>
|
10948
|
+
|
10949
|
+
You should be able to click on the link and have the server record the even
|
10950
|
+
and forward you to the correct place.
|
10951
|
+
|
10952
|
+
A link : <a href="http://localhost:5000/mail_spy/t?eid=4f289282816134ff9b000002&n=1&url=www.google.com">My home</a>
|
10953
|
+
---------------------------
|
10954
|
+
|
10955
|
+
You should be able to show images in the email client and have the server
|
10956
|
+
track the open
|
10957
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail_spy/b?eid=4f289282816134ff9b000002' style='display:none' width='1' height='1' border='0' />)
|
10958
|
+
|
10959
|
+
|
10960
|
+
|
10961
|
+
|
10962
|
+
----==_mimepart_4f2892831e9a5_ff9b81a378589847
|
10963
|
+
Date: Tue, 31 Jan 2012 17:16:51 -0800
|
10964
|
+
Mime-Version: 1.0
|
10965
|
+
Content-Type: text/html;
|
10966
|
+
charset=UTF-8
|
10967
|
+
Content-Transfer-Encoding: 7bit
|
10968
|
+
Content-ID: <4f28928337457_ff9b81a37858100c2@timly.local.mail>
|
10969
|
+
|
10970
|
+
<p>
|
10971
|
+
You should be able to click on the link and have the server record the even
|
10972
|
+
and forward you to the correct place.
|
10973
|
+
|
10974
|
+
A link : <a href="http://localhost:5000/mail_spy/t?eid=4f289282816134ff9b000002&n=1&url=www.google.com">My home</a>
|
10975
|
+
</p>
|
10976
|
+
|
10977
|
+
<br>
|
10978
|
+
|
10979
|
+
<p>
|
10980
|
+
You should be able to show images in the email client and have the server
|
10981
|
+
track the open
|
10982
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail_spy/b?eid=4f289282816134ff9b000002' style='display:none' width='1' height='1' border='0' />)
|
10983
|
+
</p>
|
10984
|
+
|
10985
|
+
|
10986
|
+
|
10987
|
+
----==_mimepart_4f2892831e9a5_ff9b81a378589847--
|
10988
|
+
|
10989
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10990
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10991
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10992
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10993
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
10994
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
10995
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10996
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
10997
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
10998
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f289294816134ff9f000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 01:17:08 UTC, "updated_at"=>2012-02-01 01:17:08 UTC, "created_at"=>2012-02-01 01:17:08 UTC}])
|
10999
|
+
[AWS S3 200 1.453445] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11000
|
+
|
11001
|
+
[AWS S3 200 0.098212] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11002
|
+
|
11003
|
+
[AWS S3 200 0.132167] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11004
|
+
|
11005
|
+
Rendered inline template (25.6ms)
|
11006
|
+
[AWS S3 200 0.099639] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11007
|
+
|
11008
|
+
[AWS S3 200 0.093448] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11009
|
+
|
11010
|
+
[AWS S3 200 0.134697] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11011
|
+
|
11012
|
+
Rendered inline template (1.7ms)
|
11013
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11014
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11015
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11016
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11017
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f28929a816134ff9f000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"2012-valentines", "stream"=>"a-yikes", "component"=>"a", "schedule_at"=>2012-02-01 01:17:14 UTC, "updated_at"=>2012-02-01 01:17:14 UTC, "created_at"=>2012-02-01 01:17:14 UTC}])
|
11018
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11019
|
+
[AWS S3 200 0.086428] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11020
|
+
|
11021
|
+
[AWS S3 200 0.103027] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.text.erb")
|
11022
|
+
|
11023
|
+
[AWS S3 200 0.091824] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.text.erb")
|
11024
|
+
|
11025
|
+
Rendered inline template (0.3ms)
|
11026
|
+
[AWS S3 200 0.098125] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11027
|
+
|
11028
|
+
[AWS S3 200 0.105752] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.html.erb")
|
11029
|
+
|
11030
|
+
[AWS S3 200 0.123666] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.html.erb")
|
11031
|
+
|
11032
|
+
Rendered inline template (7.8ms)
|
11033
|
+
|
11034
|
+
Sent mail to trcarden@gmail.com (1014ms)
|
11035
|
+
Date: Tue, 31 Jan 2012 17:17:15 -0800
|
11036
|
+
From: test@test.com
|
11037
|
+
Reply-To: testGuy
|
11038
|
+
To: trcarden@gmail.com
|
11039
|
+
Message-ID: <4f28929b9b3fc_ff9f82c62154333f3@timly.local.mail>
|
11040
|
+
Subject: test subject
|
11041
|
+
Mime-Version: 1.0
|
11042
|
+
Content-Type: multipart/alternative;
|
11043
|
+
boundary="--==_mimepart_4f28929b7dcaa_ff9f82c621543302a";
|
11044
|
+
charset=UTF-8
|
11045
|
+
Content-Transfer-Encoding: 7bit
|
11046
|
+
|
11047
|
+
|
11048
|
+
|
11049
|
+
----==_mimepart_4f28929b7dcaa_ff9f82c621543302a
|
11050
|
+
Date: Tue, 31 Jan 2012 17:17:15 -0800
|
11051
|
+
Mime-Version: 1.0
|
11052
|
+
Content-Type: text/plain;
|
11053
|
+
charset=UTF-8
|
11054
|
+
Content-Transfer-Encoding: 7bit
|
11055
|
+
Content-ID: <4f28929b8d741_ff9f82c621543316c@timly.local.mail>
|
11056
|
+
|
11057
|
+
Happy Valentines
|
11058
|
+
|
11059
|
+
|
11060
|
+
----==_mimepart_4f28929b7dcaa_ff9f82c621543302a
|
11061
|
+
Date: Tue, 31 Jan 2012 17:17:15 -0800
|
11062
|
+
Mime-Version: 1.0
|
11063
|
+
Content-Type: text/html;
|
11064
|
+
charset=UTF-8
|
11065
|
+
Content-Transfer-Encoding: quoted-printable
|
11066
|
+
Content-ID: <4f28929b96448_ff9f82c621543329d@timly.local.mail>
|
11067
|
+
|
11068
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://ww=
|
11069
|
+
w.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
11070
|
+
<html xmlns=3D"http://www.w3.org/1999/xhtml">
|
11071
|
+
<head>
|
11072
|
+
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8" =
|
11073
|
+
/>
|
11074
|
+
<title>Valentine-version-A</title>
|
11075
|
+
</head>
|
11076
|
+
<body style=3D"margin:0px; padding:0px; font-size:0px; font-family:Arial,=
|
11077
|
+
Helvetica, sans-serif; background:#fff; color:#393f4b;">
|
11078
|
+
|
11079
|
+
<img src=3D'http://localhost:5000/mail_spy/b?eid=3D4f28929a816134ff9f0000=
|
11080
|
+
02' style=3D'display:none' width=3D'1' height=3D'1' border=3D'0' />
|
11081
|
+
|
11082
|
+
<table width=3D"630" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" ali=
|
11083
|
+
gn=3D"center" style=3D"font-size:0px; font-family:Arial, Helvetica, sans-=
|
11084
|
+
serif;">
|
11085
|
+
<tr>
|
11086
|
+
<td style=3D"background:#eeeeec; font-size:12px; font-weight:normal; =
|
11087
|
+
color:#fff; " align=3D"center">
|
11088
|
+
<table width=3D"100%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0=
|
11089
|
+
">
|
11090
|
+
<tr>
|
11091
|
+
|
11092
|
+
<td ><a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a816134=
|
11093
|
+
ff9f000002&n=3D1&url=3Dhttp%3A%2F%2Fdavia.com%2F"> <img src=3D"ht=
|
11094
|
+
tp://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/email_img_valentine_h=
|
11095
|
+
eader.jpg" border=3D"0" /></a></td>
|
11096
|
+
</tr>
|
11097
|
+
</table>
|
11098
|
+
|
11099
|
+
|
11100
|
+
|
11101
|
+
</td>
|
11102
|
+
</tr>
|
11103
|
+
<tr>
|
11104
|
+
<td style=3D"padding-left:30px; padding-right:30px; background:#eeeee=
|
11105
|
+
c" bgcolor=3D"#eeeeec">
|
11106
|
+
<!--table_start-->
|
11107
|
+
|
11108
|
+
<table width=3D"570" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"=
|
11109
|
+
style=3D"font-family:Arial, Helvetica, sans-serif; ">
|
11110
|
+
<tr>
|
11111
|
+
<td style=3D"font-size:12px; padding-bottom:24px;"> Hi ,</td>
|
11112
|
+
</tr>
|
11113
|
+
<tr>
|
11114
|
+
<td style=3D"font-size:12px; padding-bottom:24px; padding-top:1=
|
11115
|
+
2px; line-height:20px; text-align:justify;">Yikes! Valentine's Day is on=
|
11116
|
+
ly a few days from now. Got any ideas? Flowers, chocolates...sure. Maybe=
|
11117
|
+
you can get a little more creative, and Davia can help. Here at <strong=
|
11118
|
+
><em>Davia --the experts in appreciation--</em> </strong>we take friends=
|
11119
|
+
hips, and Valentines, =C2=A0seriously. Look through our
|
11120
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a81613=
|
11121
|
+
4ff9f000002&n=3D2&url=3Dhttp%3A%2F%2Fwww.davia.com%2Fpages%2FVale=
|
11122
|
+
ntinesDay" style=3D"color:#800000; text-decoration:none;">collection of g=
|
11123
|
+
ifts</a>, you will probably find one that is just right for a Valentine =
|
11124
|
+
friend. </td>
|
11125
|
+
</tr>
|
11126
|
+
<tr>
|
11127
|
+
<td style=3D"font-size:12px; padding-bottom:24px; line-height:2=
|
11128
|
+
0px; text-align:justify;">Better yet, look at our
|
11129
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a81613=
|
11130
|
+
4ff9f000002&n=3D3&url=3Dhttp%3A%2F%2Fwww.davia.com%2Fpages%2FVale=
|
11131
|
+
ntinesDay" style=3D"color:#800000; text-decoration:none;">
|
11132
|
+
Valentine's Day Gifts for Special Friends</a>. We find great=
|
11133
|
+
new gifts every day, with Valentines at the top of the list right now. =
|
11134
|
+
The Davia team are experts in gifts for gratitude and appreciation. We d=
|
11135
|
+
eliver joy to your friends and family. </td>
|
11136
|
+
</tr>
|
11137
|
+
|
11138
|
+
<tr>
|
11139
|
+
<td align=3D"center" style=3D"padding-bottom:10px;">
|
11140
|
+
|
11141
|
+
<table width=3D"100%" border=3D"0" cellpadding=3D"0" cellspacing=
|
11142
|
+
=3D"0" style=3D"padding-bottom:15px;">
|
11143
|
+
<tr>
|
11144
|
+
<td width=3D"56%" style=3D"font-size:12px;"> Your friend at Davia,<br=
|
11145
|
+
/>
|
11146
|
+
<img src=3D"https://static.shopify.com/s/files/1/0113/0352/t/4/assets=
|
11147
|
+
/email_susan_j.png?3918" style=3D"margin:18px 0;"/> <br/>
|
11148
|
+
<b>Susan Jones</b> </td>
|
11149
|
+
<td width=3D"44%" align=3D"right" style=3D"font-size:12px;">
|
11150
|
+
|
11151
|
+
See what's in the
|
11152
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a816134ff9=
|
11153
|
+
f000002&n=3D4&url=3Dhttp%3A%2F%2Fwww.davia.com" style=3D"color:#8=
|
11154
|
+
00000; text-decoration:none;">
|
11155
|
+
Davia Gift catalog
|
11156
|
+
</a> right now
|
11157
|
+
</td>
|
11158
|
+
</tr>
|
11159
|
+
</table>
|
11160
|
+
|
11161
|
+
|
11162
|
+
|
11163
|
+
</td>
|
11164
|
+
</tr>
|
11165
|
+
</table>
|
11166
|
+
<!--table_END-->
|
11167
|
+
<!--table_start-->
|
11168
|
+
<!--table_END-->
|
11169
|
+
<!--table_start-->
|
11170
|
+
|
11171
|
+
|
11172
|
+
</td>
|
11173
|
+
</tr>
|
11174
|
+
<tr>
|
11175
|
+
|
11176
|
+
<td style=3D"padding-top:18px;" align=3D"center">
|
11177
|
+
|
11178
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a816134ff9f0=
|
11179
|
+
00002&n=3D5&url=3Dhttp%3A%2F%2Fdavia.com%2Fcollections%2Fwreath-a=
|
11180
|
+
nd-floral" style=3D"text-decoration:none;">
|
11181
|
+
<img src=3D"http://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/wre=
|
11182
|
+
ath-and-floral.png?3915" alt=3D"Florals" width=3D"180" style=3D"border:no=
|
11183
|
+
ne;"></a>
|
11184
|
+
|
11185
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a816134ff9f0=
|
11186
|
+
00002&n=3D6&url=3Dhttp%3A%2F%2Fdavia.com%2Fcollections%2Fsweets" =
|
11187
|
+
style=3D"text-decoration:none;">
|
11188
|
+
<img src=3D"http://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/swe=
|
11189
|
+
ets.png?3915" alt=3D"Sweets" width=3D"180" style=3D"border:none;"></a>
|
11190
|
+
|
11191
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a816134ff9f0=
|
11192
|
+
00002&n=3D7&url=3Dhttp%3A%2F%2Fdavia.com%2Fcollections%2Fthe-host=
|
11193
|
+
-and-hostess" style=3D"text-decoration:none;">
|
11194
|
+
<img src=3D"http://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/the=
|
11195
|
+
-host-and-hostess.png?3915" alt=3D"Gifts for Hosts" width=3D"180" style=3D=
|
11196
|
+
"border:none;"></a>
|
11197
|
+
|
11198
|
+
|
11199
|
+
|
11200
|
+
<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" width=3D"570"=
|
11201
|
+
align=3D"center" style=3D"font-family:Arial, Helvetica, sans-serif;">
|
11202
|
+
<tr>
|
11203
|
+
<td width=3D"570" style=3D" padding-top:30px; height:auto; wi=
|
11204
|
+
dth:auto; font-size:12px; font-weight:normal; text-align:center; font-siz=
|
11205
|
+
e:11px;">
|
11206
|
+
|
11207
|
+
|
11208
|
+
|
11209
|
+
<p style=3D"padding:0px; margin:0px; font-family:Arial, Hel=
|
11210
|
+
vetica, sans-serif; font-size:11px; text-align:center; line-height:15px;"=
|
11211
|
+
> ©2012 Davia Inc.All right reserved.<br />
|
11212
|
+
Corp Address:201 San Antonio Circle suite 250,Mountain Vi=
|
11213
|
+
ew,CA 94040 </p></td>
|
11214
|
+
</tr>
|
11215
|
+
<tr>
|
11216
|
+
<td style=3D"padding:0px; margin:0px; font-size:15px;"> =
|
11217
|
+
</td>
|
11218
|
+
</tr>
|
11219
|
+
<tr>
|
11220
|
+
<td style=3D"padding:0px; text-transform:uppercase; margin:0p=
|
11221
|
+
x; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#565b6=
|
11222
|
+
4; text-align:center; line-height:18px;">
|
11223
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a816=
|
11224
|
+
134ff9f000002&n=3D8&url=3Dhttp%3A%2F%2Fapps.facebook.com%2Fdaviac=
|
11225
|
+
alendar%2F" rel=3D"nofollow" style=3D"text-decoration:underline; color:#5=
|
11226
|
+
65b64; padding-left:3px; padding-right:5px;">
|
11227
|
+
email preferences</a> |
|
11228
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28929a816=
|
11229
|
+
134ff9f000002&n=3D9&url=3Dhttp%3A%2F%2Fdavia.com%2Fpages%2Fprivac=
|
11230
|
+
y-policy-1" rel=3D"nofollow" style=3D"text-decoration:underline; color:#5=
|
11231
|
+
65b64; padding-left:3px; padding-right:5px;">
|
11232
|
+
privacy policy</a> |
|
11233
|
+
<a href=3D"{{ unsubscribe }}" target=3D"_blank" style=3D"text=
|
11234
|
+
-decoration:underline; color:#565b64; padding-left:3px; padding-right:5px=
|
11235
|
+
;">
|
11236
|
+
unsubscribe</a> |
|
11237
|
+
<a href=3D"mailto:susan@davia.com" style=3D"text-decoration:u=
|
11238
|
+
nderline; color:#565b64; padding-left:3px; padding-right:5px;">
|
11239
|
+
contact us</a></td> </tr>
|
11240
|
+
<tr>
|
11241
|
+
<td style=3D"padding:0px; margin:0px; font-size:15px; "> =
|
11242
|
+
;</td>
|
11243
|
+
</tr>
|
11244
|
+
</table></td>
|
11245
|
+
</tr>
|
11246
|
+
<tr>
|
11247
|
+
<td> </td>
|
11248
|
+
</tr>
|
11249
|
+
</table>
|
11250
|
+
</body>
|
11251
|
+
</html>
|
11252
|
+
|
11253
|
+
|
11254
|
+
----==_mimepart_4f28929b7dcaa_ff9f82c621543302a--
|
11255
|
+
|
11256
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11257
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11258
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11259
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11260
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11261
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11262
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11263
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11264
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
11265
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f289388816134ffcd000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 01:21:12 UTC, "updated_at"=>2012-02-01 01:21:12 UTC, "created_at"=>2012-02-01 01:21:12 UTC}])
|
11266
|
+
[AWS S3 200 0.490914] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11267
|
+
|
11268
|
+
[AWS S3 200 0.304896] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11269
|
+
|
11270
|
+
[AWS S3 200 0.115804] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11271
|
+
|
11272
|
+
Rendered inline template (26.4ms)
|
11273
|
+
[AWS S3 200 0.102637] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11274
|
+
|
11275
|
+
[AWS S3 200 0.100235] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11276
|
+
|
11277
|
+
[AWS S3 200 0.124307] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11278
|
+
|
11279
|
+
Rendered inline template (1.6ms)
|
11280
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11281
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11282
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11283
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11284
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f28938d816134ffcd000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"2012-valentines", "stream"=>"a-yikes", "component"=>"a", "schedule_at"=>2012-02-01 01:21:17 UTC, "updated_at"=>2012-02-01 01:21:17 UTC, "created_at"=>2012-02-01 01:21:17 UTC}])
|
11285
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11286
|
+
[AWS S3 200 0.136972] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11287
|
+
|
11288
|
+
[AWS S3 200 0.102050] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.text.erb")
|
11289
|
+
|
11290
|
+
[AWS S3 200 0.106647] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.text.erb")
|
11291
|
+
|
11292
|
+
Rendered inline template (0.3ms)
|
11293
|
+
[AWS S3 200 0.147115] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11294
|
+
|
11295
|
+
[AWS S3 200 0.103000] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.html.erb")
|
11296
|
+
|
11297
|
+
[AWS S3 200 0.129916] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"2012-valentines/a-yikes/a.html.erb")
|
11298
|
+
|
11299
|
+
Rendered inline template (8.2ms)
|
11300
|
+
|
11301
|
+
Sent mail to trcarden@gmail.com (1868ms)
|
11302
|
+
Date: Tue, 31 Jan 2012 17:21:18 -0800
|
11303
|
+
From: test@test.com
|
11304
|
+
Reply-To: testGuy
|
11305
|
+
To: trcarden@gmail.com
|
11306
|
+
Message-ID: <4f28938e7c79b_ffcd82ce1968817b7@timly.local.mail>
|
11307
|
+
Subject: test subject
|
11308
|
+
Mime-Version: 1.0
|
11309
|
+
Content-Type: multipart/alternative;
|
11310
|
+
boundary="--==_mimepart_4f28938e5e63a_ffcd82ce19688145a";
|
11311
|
+
charset=UTF-8
|
11312
|
+
Content-Transfer-Encoding: 7bit
|
11313
|
+
|
11314
|
+
|
11315
|
+
|
11316
|
+
----==_mimepart_4f28938e5e63a_ffcd82ce19688145a
|
11317
|
+
Date: Tue, 31 Jan 2012 17:21:18 -0800
|
11318
|
+
Mime-Version: 1.0
|
11319
|
+
Content-Type: text/plain;
|
11320
|
+
charset=UTF-8
|
11321
|
+
Content-Transfer-Encoding: 7bit
|
11322
|
+
Content-ID: <4f28938e6e898_ffcd82ce196881553@timly.local.mail>
|
11323
|
+
|
11324
|
+
Happy Valentines
|
11325
|
+
|
11326
|
+
|
11327
|
+
----==_mimepart_4f28938e5e63a_ffcd82ce19688145a
|
11328
|
+
Date: Tue, 31 Jan 2012 17:21:18 -0800
|
11329
|
+
Mime-Version: 1.0
|
11330
|
+
Content-Type: text/html;
|
11331
|
+
charset=UTF-8
|
11332
|
+
Content-Transfer-Encoding: quoted-printable
|
11333
|
+
Content-ID: <4f28938e775ef_ffcd82ce196881679@timly.local.mail>
|
11334
|
+
|
11335
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://ww=
|
11336
|
+
w.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
11337
|
+
<html xmlns=3D"http://www.w3.org/1999/xhtml">
|
11338
|
+
<head>
|
11339
|
+
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8" =
|
11340
|
+
/>
|
11341
|
+
<title>Valentine-version-A</title>
|
11342
|
+
</head>
|
11343
|
+
<body style=3D"margin:0px; padding:0px; font-size:0px; font-family:Arial,=
|
11344
|
+
Helvetica, sans-serif; background:#fff; color:#393f4b;">
|
11345
|
+
|
11346
|
+
<img src=3D'http://localhost:5000/mail_spy/b?eid=3D4f28938d816134ffcd0000=
|
11347
|
+
02' style=3D'display:none' width=3D'1' height=3D'1' border=3D'0' />
|
11348
|
+
|
11349
|
+
<table width=3D"630" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" ali=
|
11350
|
+
gn=3D"center" style=3D"font-size:0px; font-family:Arial, Helvetica, sans-=
|
11351
|
+
serif;">
|
11352
|
+
<tr>
|
11353
|
+
<td style=3D"background:#eeeeec; font-size:12px; font-weight:normal; =
|
11354
|
+
color:#fff; " align=3D"center">
|
11355
|
+
<table width=3D"100%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0=
|
11356
|
+
">
|
11357
|
+
<tr>
|
11358
|
+
|
11359
|
+
<td ><a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d816134=
|
11360
|
+
ffcd000002&n=3D1&url=3Dhttp%3A%2F%2Fdavia.com%2F"> <img src=3D"ht=
|
11361
|
+
tp://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/email_img_valentine_h=
|
11362
|
+
eader.jpg" border=3D"0" /></a></td>
|
11363
|
+
</tr>
|
11364
|
+
</table>
|
11365
|
+
|
11366
|
+
|
11367
|
+
|
11368
|
+
</td>
|
11369
|
+
</tr>
|
11370
|
+
<tr>
|
11371
|
+
<td style=3D"padding-left:30px; padding-right:30px; background:#eeeee=
|
11372
|
+
c" bgcolor=3D"#eeeeec">
|
11373
|
+
<!--table_start-->
|
11374
|
+
|
11375
|
+
<table width=3D"570" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"=
|
11376
|
+
style=3D"font-family:Arial, Helvetica, sans-serif; ">
|
11377
|
+
<tr>
|
11378
|
+
<td style=3D"font-size:12px; padding-bottom:24px;"> Hi ,</td>
|
11379
|
+
</tr>
|
11380
|
+
<tr>
|
11381
|
+
<td style=3D"font-size:12px; padding-bottom:24px; padding-top:1=
|
11382
|
+
2px; line-height:20px; text-align:justify;">Yikes! Valentine's Day is on=
|
11383
|
+
ly a few days from now. Got any ideas? Flowers, chocolates...sure. Maybe=
|
11384
|
+
you can get a little more creative, and Davia can help. Here at <strong=
|
11385
|
+
><em>Davia --the experts in appreciation--</em> </strong>we take friends=
|
11386
|
+
hips, and Valentines, =C2=A0seriously. Look through our
|
11387
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d81613=
|
11388
|
+
4ffcd000002&n=3D2&url=3Dhttp%3A%2F%2Fwww.davia.com%2Fpages%2FVale=
|
11389
|
+
ntinesDay" style=3D"color:#800000; text-decoration:none;">collection of g=
|
11390
|
+
ifts</a>, you will probably find one that is just right for a Valentine =
|
11391
|
+
friend. </td>
|
11392
|
+
</tr>
|
11393
|
+
<tr>
|
11394
|
+
<td style=3D"font-size:12px; padding-bottom:24px; line-height:2=
|
11395
|
+
0px; text-align:justify;">Better yet, look at our
|
11396
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d81613=
|
11397
|
+
4ffcd000002&n=3D3&url=3Dhttp%3A%2F%2Fwww.davia.com%2Fpages%2FVale=
|
11398
|
+
ntinesDay" style=3D"color:#800000; text-decoration:none;">
|
11399
|
+
Valentine's Day Gifts for Special Friends</a>. We find great=
|
11400
|
+
new gifts every day, with Valentines at the top of the list right now. =
|
11401
|
+
The Davia team are experts in gifts for gratitude and appreciation. We d=
|
11402
|
+
eliver joy to your friends and family. </td>
|
11403
|
+
</tr>
|
11404
|
+
|
11405
|
+
<tr>
|
11406
|
+
<td align=3D"center" style=3D"padding-bottom:10px;">
|
11407
|
+
|
11408
|
+
<table width=3D"100%" border=3D"0" cellpadding=3D"0" cellspacing=
|
11409
|
+
=3D"0" style=3D"padding-bottom:15px;">
|
11410
|
+
<tr>
|
11411
|
+
<td width=3D"56%" style=3D"font-size:12px;"> Your friend at Davia,<br=
|
11412
|
+
/>
|
11413
|
+
<img src=3D"https://static.shopify.com/s/files/1/0113/0352/t/4/assets=
|
11414
|
+
/email_susan_j.png?3918" style=3D"margin:18px 0;"/> <br/>
|
11415
|
+
<b>Susan Jones</b> </td>
|
11416
|
+
<td width=3D"44%" align=3D"right" style=3D"font-size:12px;">
|
11417
|
+
|
11418
|
+
See what's in the
|
11419
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d816134ffc=
|
11420
|
+
d000002&n=3D4&url=3Dhttp%3A%2F%2Fwww.davia.com" style=3D"color:#8=
|
11421
|
+
00000; text-decoration:none;">
|
11422
|
+
Davia Gift catalog
|
11423
|
+
</a> right now
|
11424
|
+
</td>
|
11425
|
+
</tr>
|
11426
|
+
</table>
|
11427
|
+
|
11428
|
+
|
11429
|
+
|
11430
|
+
</td>
|
11431
|
+
</tr>
|
11432
|
+
</table>
|
11433
|
+
<!--table_END-->
|
11434
|
+
<!--table_start-->
|
11435
|
+
<!--table_END-->
|
11436
|
+
<!--table_start-->
|
11437
|
+
|
11438
|
+
|
11439
|
+
</td>
|
11440
|
+
</tr>
|
11441
|
+
<tr>
|
11442
|
+
|
11443
|
+
<td style=3D"padding-top:18px;" align=3D"center">
|
11444
|
+
|
11445
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d816134ffcd0=
|
11446
|
+
00002&n=3D5&url=3Dhttp%3A%2F%2Fdavia.com%2Fcollections%2Fwreath-a=
|
11447
|
+
nd-floral" style=3D"text-decoration:none;">
|
11448
|
+
<img src=3D"http://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/wre=
|
11449
|
+
ath-and-floral.png?3915" alt=3D"Florals" width=3D"180" style=3D"border:no=
|
11450
|
+
ne;"></a>
|
11451
|
+
|
11452
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d816134ffcd0=
|
11453
|
+
00002&n=3D6&url=3Dhttp%3A%2F%2Fdavia.com%2Fcollections%2Fsweets" =
|
11454
|
+
style=3D"text-decoration:none;">
|
11455
|
+
<img src=3D"http://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/swe=
|
11456
|
+
ets.png?3915" alt=3D"Sweets" width=3D"180" style=3D"border:none;"></a>
|
11457
|
+
|
11458
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d816134ffcd0=
|
11459
|
+
00002&n=3D7&url=3Dhttp%3A%2F%2Fdavia.com%2Fcollections%2Fthe-host=
|
11460
|
+
-and-hostess" style=3D"text-decoration:none;">
|
11461
|
+
<img src=3D"http://cdn.shopify.com/s/files/1/0113/0352/t/4/assets/the=
|
11462
|
+
-host-and-hostess.png?3915" alt=3D"Gifts for Hosts" width=3D"180" style=3D=
|
11463
|
+
"border:none;"></a>
|
11464
|
+
|
11465
|
+
|
11466
|
+
|
11467
|
+
<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" width=3D"570"=
|
11468
|
+
align=3D"center" style=3D"font-family:Arial, Helvetica, sans-serif;">
|
11469
|
+
<tr>
|
11470
|
+
<td width=3D"570" style=3D" padding-top:30px; height:auto; wi=
|
11471
|
+
dth:auto; font-size:12px; font-weight:normal; text-align:center; font-siz=
|
11472
|
+
e:11px;">
|
11473
|
+
|
11474
|
+
|
11475
|
+
|
11476
|
+
<p style=3D"padding:0px; margin:0px; font-family:Arial, Hel=
|
11477
|
+
vetica, sans-serif; font-size:11px; text-align:center; line-height:15px;"=
|
11478
|
+
> ©2012 Davia Inc.All right reserved.<br />
|
11479
|
+
Corp Address:201 San Antonio Circle suite 250,Mountain Vi=
|
11480
|
+
ew,CA 94040 </p></td>
|
11481
|
+
</tr>
|
11482
|
+
<tr>
|
11483
|
+
<td style=3D"padding:0px; margin:0px; font-size:15px;"> =
|
11484
|
+
</td>
|
11485
|
+
</tr>
|
11486
|
+
<tr>
|
11487
|
+
<td style=3D"padding:0px; text-transform:uppercase; margin:0p=
|
11488
|
+
x; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#565b6=
|
11489
|
+
4; text-align:center; line-height:18px;">
|
11490
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d816=
|
11491
|
+
134ffcd000002&n=3D8&url=3Dhttp%3A%2F%2Fapps.facebook.com%2Fdaviac=
|
11492
|
+
alendar%2F" rel=3D"nofollow" style=3D"text-decoration:underline; color:#5=
|
11493
|
+
65b64; padding-left:3px; padding-right:5px;">
|
11494
|
+
email preferences</a> |
|
11495
|
+
<a href=3D"http://localhost:5000/mail_spy/t?eid=3D4f28938d816=
|
11496
|
+
134ffcd000002&n=3D9&url=3Dhttp%3A%2F%2Fdavia.com%2Fpages%2Fprivac=
|
11497
|
+
y-policy-1" rel=3D"nofollow" style=3D"text-decoration:underline; color:#5=
|
11498
|
+
65b64; padding-left:3px; padding-right:5px;">
|
11499
|
+
privacy policy</a> |
|
11500
|
+
<a href=3D"{{ unsubscribe }}" target=3D"_blank" style=3D"text=
|
11501
|
+
-decoration:underline; color:#565b64; padding-left:3px; padding-right:5px=
|
11502
|
+
;">
|
11503
|
+
unsubscribe</a> |
|
11504
|
+
<a href=3D"mailto:susan@davia.com" style=3D"text-decoration:u=
|
11505
|
+
nderline; color:#565b64; padding-left:3px; padding-right:5px;">
|
11506
|
+
contact us</a></td> </tr>
|
11507
|
+
<tr>
|
11508
|
+
<td style=3D"padding:0px; margin:0px; font-size:15px; "> =
|
11509
|
+
;</td>
|
11510
|
+
</tr>
|
11511
|
+
</table></td>
|
11512
|
+
</tr>
|
11513
|
+
<tr>
|
11514
|
+
<td> </td>
|
11515
|
+
</tr>
|
11516
|
+
</table>
|
11517
|
+
</body>
|
11518
|
+
</html>
|
11519
|
+
|
11520
|
+
|
11521
|
+
----==_mimepart_4f28938e5e63a_ffcd82ce19688145a--
|
11522
|
+
|
11523
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11524
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11525
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11526
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11527
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11528
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11529
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11530
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
11531
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
11532
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11533
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
11534
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11535
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11536
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11537
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11538
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11539
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11540
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11541
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11542
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11543
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11544
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11545
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11546
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11547
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11548
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11550
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11551
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11552
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11553
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11554
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11555
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11556
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11557
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11558
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11559
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11560
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11561
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11562
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11563
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11564
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11565
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11566
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11567
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11568
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11569
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11570
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11571
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11572
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11573
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11574
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11575
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11576
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11577
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11578
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11579
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
11580
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
11581
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11582
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
11583
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c2a8161341972000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:02:02 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:02:02 UTC, "created_at"=>2012-02-01 19:02:02 UTC}])
|
11584
|
+
[AWS S3 200 0.825432] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11585
|
+
|
11586
|
+
[AWS S3 200 0.157795] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11587
|
+
|
11588
|
+
[AWS S3 200 0.135760] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11589
|
+
|
11590
|
+
Rendered inline template (22.6ms)
|
11591
|
+
[AWS S3 200 0.176024] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11592
|
+
|
11593
|
+
[AWS S3 200 0.112909] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11594
|
+
|
11595
|
+
[AWS S3 200 0.127825] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11596
|
+
|
11597
|
+
Rendered inline template (1.6ms)
|
11598
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11599
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11600
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11601
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11602
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c2e8161341972000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:02:06 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:02:06 UTC, "created_at"=>2012-02-01 19:02:06 UTC}])
|
11603
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11604
|
+
Rendered inline template (1.6ms)
|
11605
|
+
Rendered inline template (1.2ms)
|
11606
|
+
|
11607
|
+
Sent mail to trcarden@gmail.com (995ms)
|
11608
|
+
Date: Wed, 01 Feb 2012 11:02:06 -0800
|
11609
|
+
From: test@test.com
|
11610
|
+
Reply-To: testGuy
|
11611
|
+
To: trcarden@gmail.com
|
11612
|
+
Message-ID: <4f298c2e9341d_1197280434f4c7639a@timly.local.mail>
|
11613
|
+
Subject: test subject
|
11614
|
+
Mime-Version: 1.0
|
11615
|
+
Content-Type: multipart/alternative;
|
11616
|
+
boundary="--==_mimepart_4f298c2e765ce_1197280434f4c760b0";
|
11617
|
+
charset=UTF-8
|
11618
|
+
Content-Transfer-Encoding: 7bit
|
11619
|
+
|
11620
|
+
|
11621
|
+
|
11622
|
+
----==_mimepart_4f298c2e765ce_1197280434f4c760b0
|
11623
|
+
Date: Wed, 01 Feb 2012 11:02:06 -0800
|
11624
|
+
Mime-Version: 1.0
|
11625
|
+
Content-Type: text/plain;
|
11626
|
+
charset=UTF-8
|
11627
|
+
Content-Transfer-Encoding: 7bit
|
11628
|
+
Content-ID: <4f298c2e85b26_1197280434f4c76129@timly.local.mail>
|
11629
|
+
|
11630
|
+
You should be able to click on the link and have the server record the even
|
11631
|
+
and forward you to the correct place.
|
11632
|
+
|
11633
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298c2e8161341972000002&n=1&url=www.google.com">My home</a>
|
11634
|
+
---------------------------
|
11635
|
+
|
11636
|
+
You should be able to show images in the email client and have the server
|
11637
|
+
track the open
|
11638
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298c2e8161341972000002' style='display:none' width='1' height='1' border='0' />)
|
11639
|
+
|
11640
|
+
|
11641
|
+
|
11642
|
+
|
11643
|
+
----==_mimepart_4f298c2e765ce_1197280434f4c760b0
|
11644
|
+
Date: Wed, 01 Feb 2012 11:02:06 -0800
|
11645
|
+
Mime-Version: 1.0
|
11646
|
+
Content-Type: text/html;
|
11647
|
+
charset=UTF-8
|
11648
|
+
Content-Transfer-Encoding: 7bit
|
11649
|
+
Content-ID: <4f298c2e8e491_1197280434f4c7623b@timly.local.mail>
|
11650
|
+
|
11651
|
+
<p>
|
11652
|
+
You should be able to click on the link and have the server record the even
|
11653
|
+
and forward you to the correct place.
|
11654
|
+
|
11655
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298c2e8161341972000002&n=1&url=www.google.com">My home</a>
|
11656
|
+
</p>
|
11657
|
+
|
11658
|
+
<br>
|
11659
|
+
|
11660
|
+
<p>
|
11661
|
+
You should be able to show images in the email client and have the server
|
11662
|
+
track the open
|
11663
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298c2e8161341972000002' style='display:none' width='1' height='1' border='0' />)
|
11664
|
+
</p>
|
11665
|
+
|
11666
|
+
|
11667
|
+
|
11668
|
+
----==_mimepart_4f298c2e765ce_1197280434f4c760b0--
|
11669
|
+
|
11670
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11671
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11672
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11673
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11674
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11675
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11676
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11677
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11678
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11679
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11680
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c2f8161341972000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 19:02:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}])
|
11681
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11682
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11683
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11684
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11685
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11686
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11687
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11688
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11689
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11691
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11692
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11693
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11694
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11695
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c2f8161341972000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:02:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}])
|
11696
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11697
|
+
Processing by MailSpy::TrackingController#action as HTML
|
11698
|
+
Parameters: {"eid"=>"4f298c2f8161341972000004", "action_type"=>"Conversion", "count"=>"3"}
|
11699
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c2f8161341972000004')}).limit(-1).sort([[:_id, :asc]])
|
11700
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298c2f8161341972000004')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298c2f8161341972000005'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}}})
|
11701
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
11702
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c2f8161341972000004')}).limit(-1)
|
11703
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11704
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11705
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11706
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11707
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c2f8161341972000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:02:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}])
|
11708
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11709
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
11710
|
+
Parameters: {"eid"=>"4f298c2f8161341972000006"}
|
11711
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c2f8161341972000006')}).limit(-1).sort([[:_id, :asc]])
|
11712
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298c2f8161341972000006')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298c2f8161341972000007'), "action_type"=>"open", "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}}})
|
11713
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
11714
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c2f8161341972000006')}).limit(-1)
|
11715
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11716
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11717
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11718
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11719
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c2f8161341972000008'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:02:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}])
|
11720
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11721
|
+
Processing by MailSpy::TrackingController#link as HTML
|
11722
|
+
Parameters: {"eid"=>"4f298c2f8161341972000008", "url"=>"http://google.com", "n"=>"0"}
|
11723
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c2f8161341972000008')}).limit(-1).sort([[:_id, :asc]])
|
11724
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298c2f8161341972000008')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298c2f8161341972000009'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}}})
|
11725
|
+
Redirected to http://google.com
|
11726
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
11727
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c2f8161341972000008')}).limit(-1)
|
11728
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11729
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11730
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11731
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11732
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c2f816134197200000a'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:02:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:02:07 UTC, "created_at"=>2012-02-01 19:02:07 UTC}])
|
11733
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11734
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11735
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11736
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11737
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11738
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11739
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
11740
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
11741
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
11742
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
11743
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c718161341978000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:03:13 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:03:13 UTC, "created_at"=>2012-02-01 19:03:13 UTC}])
|
11744
|
+
[AWS S3 200 0.433759] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11745
|
+
|
11746
|
+
[AWS S3 200 0.107590] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11747
|
+
|
11748
|
+
[AWS S3 200 0.144504] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11749
|
+
|
11750
|
+
Rendered inline template (22.7ms)
|
11751
|
+
[AWS S3 200 0.113757] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11752
|
+
|
11753
|
+
[AWS S3 200 0.112008] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11754
|
+
|
11755
|
+
[AWS S3 200 0.103885] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11756
|
+
|
11757
|
+
Rendered inline template (1.6ms)
|
11758
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11759
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11760
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11761
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11762
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c748161341978000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:03:16 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:03:16 UTC, "created_at"=>2012-02-01 19:03:16 UTC}])
|
11763
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11764
|
+
Rendered inline template (1.6ms)
|
11765
|
+
Rendered inline template (1.3ms)
|
11766
|
+
|
11767
|
+
Sent mail to trcarden@gmail.com (1026ms)
|
11768
|
+
Date: Wed, 01 Feb 2012 11:03:17 -0800
|
11769
|
+
From: test@test.com
|
11770
|
+
Reply-To: testGuy
|
11771
|
+
To: trcarden@gmail.com
|
11772
|
+
Message-ID: <4f298c75271d4_1197880434f4c5536@timly.local.mail>
|
11773
|
+
Subject: test subject
|
11774
|
+
Mime-Version: 1.0
|
11775
|
+
Content-Type: multipart/alternative;
|
11776
|
+
boundary="--==_mimepart_4f298c759527_1197880434f4c550e2";
|
11777
|
+
charset=UTF-8
|
11778
|
+
Content-Transfer-Encoding: 7bit
|
11779
|
+
|
11780
|
+
|
11781
|
+
|
11782
|
+
----==_mimepart_4f298c759527_1197880434f4c550e2
|
11783
|
+
Date: Wed, 01 Feb 2012 11:03:17 -0800
|
11784
|
+
Mime-Version: 1.0
|
11785
|
+
Content-Type: text/plain;
|
11786
|
+
charset=UTF-8
|
11787
|
+
Content-Transfer-Encoding: 7bit
|
11788
|
+
Content-ID: <4f298c7518bd7_1197880434f4c55138@timly.local.mail>
|
11789
|
+
|
11790
|
+
You should be able to click on the link and have the server record the even
|
11791
|
+
and forward you to the correct place.
|
11792
|
+
|
11793
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298c748161341978000002&n=1&url=www.google.com">My home</a>
|
11794
|
+
---------------------------
|
11795
|
+
|
11796
|
+
You should be able to show images in the email client and have the server
|
11797
|
+
track the open
|
11798
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298c748161341978000002' style='display:none' width='1' height='1' border='0' />)
|
11799
|
+
|
11800
|
+
|
11801
|
+
|
11802
|
+
|
11803
|
+
----==_mimepart_4f298c759527_1197880434f4c550e2
|
11804
|
+
Date: Wed, 01 Feb 2012 11:03:17 -0800
|
11805
|
+
Mime-Version: 1.0
|
11806
|
+
Content-Type: text/html;
|
11807
|
+
charset=UTF-8
|
11808
|
+
Content-Transfer-Encoding: 7bit
|
11809
|
+
Content-ID: <4f298c752189a_1197880434f4c55267@timly.local.mail>
|
11810
|
+
|
11811
|
+
<p>
|
11812
|
+
You should be able to click on the link and have the server record the even
|
11813
|
+
and forward you to the correct place.
|
11814
|
+
|
11815
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298c748161341978000002&n=1&url=www.google.com">My home</a>
|
11816
|
+
</p>
|
11817
|
+
|
11818
|
+
<br>
|
11819
|
+
|
11820
|
+
<p>
|
11821
|
+
You should be able to show images in the email client and have the server
|
11822
|
+
track the open
|
11823
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298c748161341978000002' style='display:none' width='1' height='1' border='0' />)
|
11824
|
+
</p>
|
11825
|
+
|
11826
|
+
|
11827
|
+
|
11828
|
+
----==_mimepart_4f298c759527_1197880434f4c550e2--
|
11829
|
+
|
11830
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11831
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11832
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11833
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11834
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11835
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11836
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11837
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11838
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11839
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11840
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c768161341978000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 19:03:18 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}])
|
11841
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11842
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11843
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11844
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11845
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11847
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11848
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11849
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11850
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11851
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11852
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11853
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11854
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11855
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11856
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11857
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c768161341978000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:03:18 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}])
|
11858
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11859
|
+
Processing by MailSpy::TrackingController#action as HTML
|
11860
|
+
Parameters: {"eid"=>"4f298c768161341978000004", "action_type"=>"Conversion", "count"=>"3"}
|
11861
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c768161341978000004')}).limit(-1).sort([[:_id, :asc]])
|
11862
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298c768161341978000004')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298c768161341978000005'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}}})
|
11863
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
|
11864
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c768161341978000004')}).limit(-1)
|
11865
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11866
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11867
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11868
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11869
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11870
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11871
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c768161341978000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:03:18 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}])
|
11872
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11873
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
11874
|
+
Parameters: {"eid"=>"4f298c768161341978000006"}
|
11875
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c768161341978000006')}).limit(-1).sort([[:_id, :asc]])
|
11876
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298c768161341978000006')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298c768161341978000007'), "action_type"=>"open", "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}}})
|
11877
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
11878
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c768161341978000006')}).limit(-1)
|
11879
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11880
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11881
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11882
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11883
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11884
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11885
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c768161341978000008'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:03:18 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}])
|
11886
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11887
|
+
Processing by MailSpy::TrackingController#link as HTML
|
11888
|
+
Parameters: {"eid"=>"4f298c768161341978000008", "url"=>"http://google.com", "n"=>"0"}
|
11889
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c768161341978000008')}).limit(-1).sort([[:_id, :asc]])
|
11890
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298c768161341978000008')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298c768161341978000009'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}}})
|
11891
|
+
Redirected to http://google.com
|
11892
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
11893
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298c768161341978000008')}).limit(-1)
|
11894
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11895
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11896
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11897
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11898
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11899
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11900
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298c76816134197800000a'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:03:18 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:03:18 UTC, "created_at"=>2012-02-01 19:03:18 UTC}])
|
11901
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11902
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11903
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11904
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11905
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11906
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11907
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
11908
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
11909
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11910
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
11911
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298ce2816134197f000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:05:06 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:05:06 UTC, "created_at"=>2012-02-01 19:05:06 UTC}])
|
11912
|
+
[AWS S3 200 0.498792] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11913
|
+
|
11914
|
+
[AWS S3 200 0.216134] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11915
|
+
|
11916
|
+
[AWS S3 200 0.131795] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
11917
|
+
|
11918
|
+
Rendered inline template (22.5ms)
|
11919
|
+
[AWS S3 200 0.100609] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
11920
|
+
|
11921
|
+
[AWS S3 200 0.107367] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11922
|
+
|
11923
|
+
[AWS S3 200 0.111497] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
11924
|
+
|
11925
|
+
Rendered inline template (1.6ms)
|
11926
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11927
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
11928
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11929
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11930
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298ce5816134197f000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:05:09 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:05:10 UTC, "created_at"=>2012-02-01 19:05:10 UTC}])
|
11931
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
11932
|
+
Rendered inline template (1.6ms)
|
11933
|
+
Rendered inline template (1.3ms)
|
11934
|
+
|
11935
|
+
Sent mail to trcarden@gmail.com (1450ms)
|
11936
|
+
Date: Wed, 01 Feb 2012 11:05:10 -0800
|
11937
|
+
From: test@test.com
|
11938
|
+
Reply-To: testGuy
|
11939
|
+
To: trcarden@gmail.com
|
11940
|
+
Message-ID: <4f298ce62ced8_1197f80434f4c7798a@timly.local.mail>
|
11941
|
+
Subject: test subject
|
11942
|
+
Mime-Version: 1.0
|
11943
|
+
Content-Type: multipart/alternative;
|
11944
|
+
boundary="--==_mimepart_4f298ce6107fd_1197f80434f4c77653";
|
11945
|
+
charset=UTF-8
|
11946
|
+
Content-Transfer-Encoding: 7bit
|
11947
|
+
|
11948
|
+
|
11949
|
+
|
11950
|
+
----==_mimepart_4f298ce6107fd_1197f80434f4c77653
|
11951
|
+
Date: Wed, 01 Feb 2012 11:05:10 -0800
|
11952
|
+
Mime-Version: 1.0
|
11953
|
+
Content-Type: text/plain;
|
11954
|
+
charset=UTF-8
|
11955
|
+
Content-Transfer-Encoding: 7bit
|
11956
|
+
Content-ID: <4f298ce61f8fd_1197f80434f4c7770@timly.local.mail>
|
11957
|
+
|
11958
|
+
You should be able to click on the link and have the server record the even
|
11959
|
+
and forward you to the correct place.
|
11960
|
+
|
11961
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298ce5816134197f000002&n=1&url=www.google.com">My home</a>
|
11962
|
+
---------------------------
|
11963
|
+
|
11964
|
+
You should be able to show images in the email client and have the server
|
11965
|
+
track the open
|
11966
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298ce5816134197f000002' style='display:none' width='1' height='1' border='0' />)
|
11967
|
+
|
11968
|
+
|
11969
|
+
|
11970
|
+
|
11971
|
+
----==_mimepart_4f298ce6107fd_1197f80434f4c77653
|
11972
|
+
Date: Wed, 01 Feb 2012 11:05:10 -0800
|
11973
|
+
Mime-Version: 1.0
|
11974
|
+
Content-Type: text/html;
|
11975
|
+
charset=UTF-8
|
11976
|
+
Content-Transfer-Encoding: 7bit
|
11977
|
+
Content-ID: <4f298ce62800f_1197f80434f4c77847@timly.local.mail>
|
11978
|
+
|
11979
|
+
<p>
|
11980
|
+
You should be able to click on the link and have the server record the even
|
11981
|
+
and forward you to the correct place.
|
11982
|
+
|
11983
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298ce5816134197f000002&n=1&url=www.google.com">My home</a>
|
11984
|
+
</p>
|
11985
|
+
|
11986
|
+
<br>
|
11987
|
+
|
11988
|
+
<p>
|
11989
|
+
You should be able to show images in the email client and have the server
|
11990
|
+
track the open
|
11991
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298ce5816134197f000002' style='display:none' width='1' height='1' border='0' />)
|
11992
|
+
</p>
|
11993
|
+
|
11994
|
+
|
11995
|
+
|
11996
|
+
----==_mimepart_4f298ce6107fd_1197f80434f4c77653--
|
11997
|
+
|
11998
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
11999
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12000
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12001
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12002
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12003
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12004
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12005
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12006
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12007
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12008
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298ce7816134197f000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 19:05:11 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}])
|
12009
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12010
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12011
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12012
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12013
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12014
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12015
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12016
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12017
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12018
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12019
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12020
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12021
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12022
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12023
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12024
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12025
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298ce7816134197f000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:05:11 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}])
|
12026
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12027
|
+
Processing by MailSpy::TrackingController#action as HTML
|
12028
|
+
Parameters: {"eid"=>"4f298ce7816134197f000004", "action_type"=>"Conversion", "count"=>"3"}
|
12029
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298ce7816134197f000004')}).limit(-1).sort([[:_id, :asc]])
|
12030
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298ce7816134197f000004')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298ce7816134197f000005'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}}})
|
12031
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
12032
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298ce7816134197f000004')}).limit(-1)
|
12033
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12034
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12035
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12036
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12037
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12038
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12039
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298ce7816134197f000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:05:11 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}])
|
12040
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12041
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
12042
|
+
Parameters: {"eid"=>"4f298ce7816134197f000006"}
|
12043
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298ce7816134197f000006')}).limit(-1).sort([[:_id, :asc]])
|
12044
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298ce7816134197f000006')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298ce7816134197f000007'), "action_type"=>"open", "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}}})
|
12045
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
12046
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298ce7816134197f000006')}).limit(-1)
|
12047
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12048
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12049
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12051
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12052
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12053
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298ce7816134197f000008'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:05:11 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}])
|
12054
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12055
|
+
Processing by MailSpy::TrackingController#link as HTML
|
12056
|
+
Parameters: {"eid"=>"4f298ce7816134197f000008", "url"=>"http://google.com", "n"=>"0"}
|
12057
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298ce7816134197f000008')}).limit(-1).sort([[:_id, :asc]])
|
12058
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298ce7816134197f000008')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298ce7816134197f000009'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}}})
|
12059
|
+
Redirected to http://google.com
|
12060
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
12061
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298ce7816134197f000008')}).limit(-1)
|
12062
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12063
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12064
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12065
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12066
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12067
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12068
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298ce7816134197f00000a'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:05:11 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:05:11 UTC, "created_at"=>2012-02-01 19:05:11 UTC}])
|
12069
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12070
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12071
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12072
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12073
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12074
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12075
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
12076
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12077
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12078
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12079
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298d648161341987000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:07:16 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:07:16 UTC, "created_at"=>2012-02-01 19:07:16 UTC}])
|
12080
|
+
[AWS S3 200 0.538008] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
12081
|
+
|
12082
|
+
[AWS S3 200 0.217419] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
12083
|
+
|
12084
|
+
[AWS S3 200 0.173802] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
12085
|
+
|
12086
|
+
Rendered inline template (23.3ms)
|
12087
|
+
[AWS S3 200 0.105726] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
12088
|
+
|
12089
|
+
[AWS S3 200 0.101524] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
12090
|
+
|
12091
|
+
[AWS S3 200 0.110541] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
12092
|
+
|
12093
|
+
Rendered inline template (1.7ms)
|
12094
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12095
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12096
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12097
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12098
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298d688161341987000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:07:20 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:07:20 UTC, "created_at"=>2012-02-01 19:07:20 UTC}])
|
12099
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12100
|
+
Rendered inline template (1.5ms)
|
12101
|
+
Rendered inline template (1.3ms)
|
12102
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
12103
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12104
|
+
|
12105
|
+
Sent mail to trcarden@gmail.com (2629ms)
|
12106
|
+
Date: Wed, 01 Feb 2012 11:07:20 -0800
|
12107
|
+
From: test@test.com
|
12108
|
+
Reply-To: testGuy
|
12109
|
+
To: trcarden@gmail.com
|
12110
|
+
Message-ID: <4f298d6878cd1_1198780434f4c7311f@timly.local.mail>
|
12111
|
+
Subject: test subject
|
12112
|
+
Mime-Version: 1.0
|
12113
|
+
Content-Type: multipart/alternative;
|
12114
|
+
boundary="--==_mimepart_4f298d684e761_1198780434f4c728f5";
|
12115
|
+
charset=UTF-8
|
12116
|
+
Content-Transfer-Encoding: 7bit
|
12117
|
+
|
12118
|
+
|
12119
|
+
|
12120
|
+
----==_mimepart_4f298d684e761_1198780434f4c728f5
|
12121
|
+
Date: Wed, 01 Feb 2012 11:07:20 -0800
|
12122
|
+
Mime-Version: 1.0
|
12123
|
+
Content-Type: text/plain;
|
12124
|
+
charset=UTF-8
|
12125
|
+
Content-Transfer-Encoding: 7bit
|
12126
|
+
Content-ID: <4f298d686b310_1198780434f4c72983@timly.local.mail>
|
12127
|
+
|
12128
|
+
You should be able to click on the link and have the server record the even
|
12129
|
+
and forward you to the correct place.
|
12130
|
+
|
12131
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298d688161341987000002&n=1&url=www.google.com">My home</a>
|
12132
|
+
---------------------------
|
12133
|
+
|
12134
|
+
You should be able to show images in the email client and have the server
|
12135
|
+
track the open
|
12136
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298d688161341987000002' style='display:none' width='1' height='1' border='0' />)
|
12137
|
+
|
12138
|
+
|
12139
|
+
|
12140
|
+
|
12141
|
+
----==_mimepart_4f298d684e761_1198780434f4c728f5
|
12142
|
+
Date: Wed, 01 Feb 2012 11:07:20 -0800
|
12143
|
+
Mime-Version: 1.0
|
12144
|
+
Content-Type: text/html;
|
12145
|
+
charset=UTF-8
|
12146
|
+
Content-Transfer-Encoding: 7bit
|
12147
|
+
Content-ID: <4f298d6873b84_1198780434f4c73069@timly.local.mail>
|
12148
|
+
|
12149
|
+
<p>
|
12150
|
+
You should be able to click on the link and have the server record the even
|
12151
|
+
and forward you to the correct place.
|
12152
|
+
|
12153
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298d688161341987000002&n=1&url=www.google.com">My home</a>
|
12154
|
+
</p>
|
12155
|
+
|
12156
|
+
<br>
|
12157
|
+
|
12158
|
+
<p>
|
12159
|
+
You should be able to show images in the email client and have the server
|
12160
|
+
track the open
|
12161
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298d688161341987000002' style='display:none' width='1' height='1' border='0' />)
|
12162
|
+
</p>
|
12163
|
+
|
12164
|
+
|
12165
|
+
|
12166
|
+
----==_mimepart_4f298d684e761_1198780434f4c728f5--
|
12167
|
+
|
12168
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12169
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12170
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12171
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12172
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12173
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12174
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12175
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12176
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12177
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12178
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298d6b8161341987000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 19:07:23 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}])
|
12179
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12180
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12181
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12182
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12183
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12184
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12185
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12186
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12187
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12188
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12189
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12190
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12191
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12192
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12193
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12194
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12195
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298d6b8161341987000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:07:23 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}])
|
12196
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12197
|
+
Processing by MailSpy::TrackingController#action as HTML
|
12198
|
+
Parameters: {"eid"=>"4f298d6b8161341987000004", "action_type"=>"Conversion", "count"=>"3"}
|
12199
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298d6b8161341987000004')}).limit(-1).sort([[:_id, :asc]])
|
12200
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298d6b8161341987000004')}, {"$push"=>{"actions"=>{"count"=>3, "_id"=>BSON::ObjectId('4f298d6b8161341987000005'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}}})
|
12201
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
|
12202
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298d6b8161341987000004')}).limit(-1)
|
12203
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12204
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12207
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12208
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12209
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298d6b8161341987000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:07:23 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}])
|
12210
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12211
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
12212
|
+
Parameters: {"eid"=>"4f298d6b8161341987000006"}
|
12213
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298d6b8161341987000006')}).limit(-1).sort([[:_id, :asc]])
|
12214
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298d6b8161341987000006')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298d6b8161341987000007'), "action_type"=>"open", "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}}})
|
12215
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
12216
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298d6b8161341987000006')}).limit(-1)
|
12217
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12218
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12219
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12220
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12221
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12222
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12223
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298d6b8161341987000008'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:07:23 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}])
|
12224
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12225
|
+
Processing by MailSpy::TrackingController#link as HTML
|
12226
|
+
Parameters: {"eid"=>"4f298d6b8161341987000008", "url"=>"http://google.com", "n"=>"0"}
|
12227
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298d6b8161341987000008')}).limit(-1).sort([[:_id, :asc]])
|
12228
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298d6b8161341987000008')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298d6b8161341987000009'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}}})
|
12229
|
+
Redirected to http://google.com
|
12230
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
12231
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298d6b8161341987000008')}).limit(-1)
|
12232
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12233
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12234
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12235
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12236
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12237
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12238
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298d6b816134198700000a'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:07:23 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:07:23 UTC, "created_at"=>2012-02-01 19:07:23 UTC}])
|
12239
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12240
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12241
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12242
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12243
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12244
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12245
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
12246
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12247
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12248
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12249
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298db48161341991000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:08:36 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:08:36 UTC, "created_at"=>2012-02-01 19:08:36 UTC}])
|
12250
|
+
[AWS S3 200 0.443131] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
12251
|
+
|
12252
|
+
[AWS S3 200 0.110113] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
12253
|
+
|
12254
|
+
[AWS S3 200 0.132399] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
12255
|
+
|
12256
|
+
Rendered inline template (24.3ms)
|
12257
|
+
[AWS S3 200 0.098581] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
12258
|
+
|
12259
|
+
[AWS S3 200 0.110184] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
12260
|
+
|
12261
|
+
[AWS S3 200 0.106308] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
12262
|
+
|
12263
|
+
Rendered inline template (1.6ms)
|
12264
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12265
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12266
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12267
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12268
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298db98161341991000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:08:41 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:08:41 UTC, "created_at"=>2012-02-01 19:08:41 UTC}])
|
12269
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12270
|
+
Rendered inline template (1.6ms)
|
12271
|
+
Rendered inline template (1.3ms)
|
12272
|
+
|
12273
|
+
Sent mail to trcarden@gmail.com (1472ms)
|
12274
|
+
Date: Wed, 01 Feb 2012 11:08:41 -0800
|
12275
|
+
From: test@test.com
|
12276
|
+
Reply-To: testGuy
|
12277
|
+
To: trcarden@gmail.com
|
12278
|
+
Message-ID: <4f298db9b884a_119918062e42436887@timly.local.mail>
|
12279
|
+
Subject: test subject
|
12280
|
+
Mime-Version: 1.0
|
12281
|
+
Content-Type: multipart/alternative;
|
12282
|
+
boundary="--==_mimepart_4f298db99a5b7_119918062e4243651a";
|
12283
|
+
charset=UTF-8
|
12284
|
+
Content-Transfer-Encoding: 7bit
|
12285
|
+
|
12286
|
+
|
12287
|
+
|
12288
|
+
----==_mimepart_4f298db99a5b7_119918062e4243651a
|
12289
|
+
Date: Wed, 01 Feb 2012 11:08:41 -0800
|
12290
|
+
Mime-Version: 1.0
|
12291
|
+
Content-Type: text/plain;
|
12292
|
+
charset=UTF-8
|
12293
|
+
Content-Transfer-Encoding: 7bit
|
12294
|
+
Content-ID: <4f298db9aad88_119918062e424366a3@timly.local.mail>
|
12295
|
+
|
12296
|
+
You should be able to click on the link and have the server record the even
|
12297
|
+
and forward you to the correct place.
|
12298
|
+
|
12299
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298db98161341991000002&n=1&url=www.google.com">My home</a>
|
12300
|
+
---------------------------
|
12301
|
+
|
12302
|
+
You should be able to show images in the email client and have the server
|
12303
|
+
track the open
|
12304
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298db98161341991000002' style='display:none' width='1' height='1' border='0' />)
|
12305
|
+
|
12306
|
+
|
12307
|
+
|
12308
|
+
|
12309
|
+
----==_mimepart_4f298db99a5b7_119918062e4243651a
|
12310
|
+
Date: Wed, 01 Feb 2012 11:08:41 -0800
|
12311
|
+
Mime-Version: 1.0
|
12312
|
+
Content-Type: text/html;
|
12313
|
+
charset=UTF-8
|
12314
|
+
Content-Transfer-Encoding: 7bit
|
12315
|
+
Content-ID: <4f298db9b37bb_119918062e424367c9@timly.local.mail>
|
12316
|
+
|
12317
|
+
<p>
|
12318
|
+
You should be able to click on the link and have the server record the even
|
12319
|
+
and forward you to the correct place.
|
12320
|
+
|
12321
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f298db98161341991000002&n=1&url=www.google.com">My home</a>
|
12322
|
+
</p>
|
12323
|
+
|
12324
|
+
<br>
|
12325
|
+
|
12326
|
+
<p>
|
12327
|
+
You should be able to show images in the email client and have the server
|
12328
|
+
track the open
|
12329
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f298db98161341991000002' style='display:none' width='1' height='1' border='0' />)
|
12330
|
+
</p>
|
12331
|
+
|
12332
|
+
|
12333
|
+
|
12334
|
+
----==_mimepart_4f298db99a5b7_119918062e4243651a--
|
12335
|
+
|
12336
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12337
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12338
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12339
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12340
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12341
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12342
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12343
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12344
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12345
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12346
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12347
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298dc58161341995000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:08:53 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:08:53 UTC, "created_at"=>2012-02-01 19:08:53 UTC}])
|
12348
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12349
|
+
Processing by MailSpy::TrackingController#action as HTML
|
12350
|
+
Parameters: {"eid"=>"4f298dc58161341995000001", "action_type"=>"Conversion", "count"=>"3"}
|
12351
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298dc58161341995000001')}).limit(-1).sort([[:_id, :asc]])
|
12352
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298dc58161341995000001')}, {"$push"=>{"actions"=>{"count"=>3, "_id"=>BSON::ObjectId('4f298dc58161341995000002'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 19:08:53 UTC, "created_at"=>2012-02-01 19:08:53 UTC}}})
|
12353
|
+
Completed 200 OK in 6ms (ActiveRecord: 0.0ms)
|
12354
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298dc58161341995000001')}).limit(-1)
|
12355
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12356
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12357
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12358
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12359
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12360
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12361
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298dc58161341995000003'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:08:53 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:08:53 UTC, "created_at"=>2012-02-01 19:08:53 UTC}])
|
12362
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12363
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
12364
|
+
Parameters: {"eid"=>"4f298dc58161341995000003"}
|
12365
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298dc58161341995000003')}).limit(-1).sort([[:_id, :asc]])
|
12366
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298dc58161341995000003')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298dc58161341995000004'), "action_type"=>"open", "updated_at"=>2012-02-01 19:08:53 UTC, "created_at"=>2012-02-01 19:08:53 UTC}}})
|
12367
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
12368
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298dc58161341995000003')}).limit(-1)
|
12369
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12370
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12371
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12373
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12374
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12375
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298dc58161341995000005'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:08:53 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:08:53 UTC, "created_at"=>2012-02-01 19:08:53 UTC}])
|
12376
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12377
|
+
Processing by MailSpy::TrackingController#link as HTML
|
12378
|
+
Parameters: {"eid"=>"4f298dc58161341995000005", "url"=>"http://google.com", "n"=>"0"}
|
12379
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298dc58161341995000005')}).limit(-1).sort([[:_id, :asc]])
|
12380
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298dc58161341995000005')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298dc58161341995000006'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 19:08:53 UTC, "created_at"=>2012-02-01 19:08:53 UTC}}})
|
12381
|
+
Redirected to http://google.com
|
12382
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
12383
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298dc58161341995000005')}).limit(-1)
|
12384
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12385
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12386
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12387
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12388
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12389
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12390
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298dc58161341995000007'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:08:53 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:08:53 UTC, "created_at"=>2012-02-01 19:08:53 UTC}])
|
12391
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12392
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12393
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12394
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12395
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12396
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12397
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12398
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12399
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298de68161341998000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:09:26 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:09:26 UTC, "created_at"=>2012-02-01 19:09:26 UTC}])
|
12400
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12401
|
+
Processing by MailSpy::TrackingController#action as HTML
|
12402
|
+
Parameters: {"eid"=>"4f298de68161341998000001", "action_type"=>"Conversion", "count"=>"3"}
|
12403
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298de68161341998000001')}).limit(-1).sort([[:_id, :asc]])
|
12404
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298de68161341998000001')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298de68161341998000002'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 19:09:26 UTC, "created_at"=>2012-02-01 19:09:26 UTC}}})
|
12405
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
12406
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298de68161341998000001')}).limit(-1)
|
12407
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12408
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12409
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12410
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12411
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12412
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12413
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298de68161341998000003'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:09:26 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:09:26 UTC, "created_at"=>2012-02-01 19:09:26 UTC}])
|
12414
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12415
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
12416
|
+
Parameters: {"eid"=>"4f298de68161341998000003"}
|
12417
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298de68161341998000003')}).limit(-1).sort([[:_id, :asc]])
|
12418
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298de68161341998000003')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298de68161341998000004'), "action_type"=>"open", "updated_at"=>2012-02-01 19:09:26 UTC, "created_at"=>2012-02-01 19:09:26 UTC}}})
|
12419
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
|
12420
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298de68161341998000003')}).limit(-1)
|
12421
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12422
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12423
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12424
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12425
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12426
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12427
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298de68161341998000005'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:09:26 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:09:26 UTC, "created_at"=>2012-02-01 19:09:26 UTC}])
|
12428
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12429
|
+
Processing by MailSpy::TrackingController#link as HTML
|
12430
|
+
Parameters: {"eid"=>"4f298de68161341998000005", "url"=>"http://google.com", "n"=>"0"}
|
12431
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298de68161341998000005')}).limit(-1).sort([[:_id, :asc]])
|
12432
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298de68161341998000005')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298de68161341998000006'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 19:09:26 UTC, "created_at"=>2012-02-01 19:09:26 UTC}}})
|
12433
|
+
Redirected to http://google.com
|
12434
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
12435
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298de68161341998000005')}).limit(-1)
|
12436
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12437
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12438
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12439
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12440
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12441
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12442
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298de68161341998000007'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:09:26 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:09:26 UTC, "created_at"=>2012-02-01 19:09:26 UTC}])
|
12443
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12444
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12445
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12446
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12447
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12448
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12449
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12450
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12451
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298e0f816134199c000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:10:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:10:07 UTC, "created_at"=>2012-02-01 19:10:07 UTC}])
|
12452
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12453
|
+
Processing by MailSpy::TrackingController#action as HTML
|
12454
|
+
Parameters: {"eid"=>"4f298e0f816134199c000001", "action_type"=>"Conversion", "count"=>"3"}
|
12455
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298e0f816134199c000001')}).limit(-1).sort([[:_id, :asc]])
|
12456
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298e0f816134199c000001')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298e0f816134199c000002'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 19:10:07 UTC, "created_at"=>2012-02-01 19:10:07 UTC}}})
|
12457
|
+
Completed 200 OK in 6ms (ActiveRecord: 0.0ms)
|
12458
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298e0f816134199c000001')}).limit(-1)
|
12459
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12460
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12461
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12462
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12463
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12464
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12465
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298e0f816134199c000003'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:10:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:10:07 UTC, "created_at"=>2012-02-01 19:10:07 UTC}])
|
12466
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12467
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
12468
|
+
Parameters: {"eid"=>"4f298e0f816134199c000003"}
|
12469
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298e0f816134199c000003')}).limit(-1).sort([[:_id, :asc]])
|
12470
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298e0f816134199c000003')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298e0f816134199c000004'), "action_type"=>"open", "updated_at"=>2012-02-01 19:10:07 UTC, "created_at"=>2012-02-01 19:10:07 UTC}}})
|
12471
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
12472
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298e0f816134199c000003')}).limit(-1)
|
12473
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12474
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12475
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12476
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12477
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12478
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12479
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298e0f816134199c000005'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:10:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:10:07 UTC, "created_at"=>2012-02-01 19:10:07 UTC}])
|
12480
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12481
|
+
Processing by MailSpy::TrackingController#link as HTML
|
12482
|
+
Parameters: {"eid"=>"4f298e0f816134199c000005", "url"=>"http://google.com", "n"=>"0"}
|
12483
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298e0f816134199c000005')}).limit(-1).sort([[:_id, :asc]])
|
12484
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f298e0f816134199c000005')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f298e0f816134199c000006'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 19:10:07 UTC, "created_at"=>2012-02-01 19:10:07 UTC}}})
|
12485
|
+
Redirected to http://google.com
|
12486
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
12487
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f298e0f816134199c000005')}).limit(-1)
|
12488
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12489
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12490
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12491
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12492
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12493
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12494
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "_id"=>BSON::ObjectId('4f298e0f816134199c000007'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 19:10:07 UTC, "email_service_provider"=>"sendgrid", "updated_at"=>2012-02-01 19:10:07 UTC, "created_at"=>2012-02-01 19:10:07 UTC}])
|
12495
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12496
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12497
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12498
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12499
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
12500
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12501
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12502
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12503
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a66e8161341bf8000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:54:06 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:54:06 UTC, "created_at"=>2012-02-01 20:54:06 UTC}])
|
12504
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12505
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12506
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12507
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12508
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a66e8161341bf8000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:54:06 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:54:06 UTC, "created_at"=>2012-02-01 20:54:06 UTC}])
|
12509
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12510
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12511
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12512
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12513
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12514
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12515
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12516
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12517
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12518
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12519
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a66e8161341bf8000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 20:54:06 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"test campaign", "utm_term"=>"test stream", "utm_content"=>"test component", "updated_at"=>2012-02-01 20:54:06 UTC, "created_at"=>2012-02-01 20:54:06 UTC}])
|
12520
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12521
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12522
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12523
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12524
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12525
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12526
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12527
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12528
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12529
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12530
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12531
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12532
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12533
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12534
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12535
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12536
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a66e8161341bf8000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:54:06 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:54:06 UTC, "created_at"=>2012-02-01 20:54:06 UTC}])
|
12537
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12538
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12539
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12540
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12541
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12542
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12543
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a66e8161341bf8000005'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:54:06 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:54:06 UTC, "created_at"=>2012-02-01 20:54:06 UTC}])
|
12544
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12545
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12546
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12547
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12548
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12549
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12550
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a66e8161341bf8000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:54:06 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:54:06 UTC, "created_at"=>2012-02-01 20:54:06 UTC}])
|
12551
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12552
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12553
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12554
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12555
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12556
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12557
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a66e8161341bf8000007'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:54:06 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:54:06 UTC, "created_at"=>2012-02-01 20:54:06 UTC}])
|
12558
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12559
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12560
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12561
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12562
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12563
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
12564
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12565
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12566
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12567
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a7138161341c01000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:56:51 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:56:51 UTC, "created_at"=>2012-02-01 20:56:51 UTC}])
|
12568
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12569
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12570
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12571
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12572
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a7138161341c01000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:56:51 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:56:51 UTC, "created_at"=>2012-02-01 20:56:51 UTC}])
|
12573
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12574
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12575
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12577
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12578
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12579
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12580
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12581
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12582
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12583
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a7138161341c01000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 20:56:51 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"test campaign", "utm_term"=>"test stream", "utm_content"=>"test component", "updated_at"=>2012-02-01 20:56:51 UTC, "created_at"=>2012-02-01 20:56:51 UTC}])
|
12584
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12585
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12586
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12587
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12588
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12589
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12590
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12591
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12592
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12593
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12594
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12595
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12596
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12597
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12598
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12599
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12600
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a7138161341c01000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:56:51 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:56:51 UTC, "created_at"=>2012-02-01 20:56:51 UTC}])
|
12601
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12602
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12603
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12604
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12605
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12606
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12607
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a7138161341c01000005'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:56:51 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:56:51 UTC, "created_at"=>2012-02-01 20:56:51 UTC}])
|
12608
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12609
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12610
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12611
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12612
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12613
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12614
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a7138161341c01000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:56:51 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:56:51 UTC, "created_at"=>2012-02-01 20:56:51 UTC}])
|
12615
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12616
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12617
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12618
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12619
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12620
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12621
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a7138161341c01000007'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:56:51 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:56:51 UTC, "created_at"=>2012-02-01 20:56:51 UTC}])
|
12622
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12623
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12624
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12625
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12626
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12627
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
12628
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12629
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12630
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12631
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a77b8161341c06000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:58:35 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:58:35 UTC, "created_at"=>2012-02-01 20:58:35 UTC}])
|
12632
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77b8161341c06000001')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a77b8161341c06000001\"}}}"}}})
|
12633
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12634
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12635
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12636
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12637
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a77d8161341c06000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:58:37 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}])
|
12638
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000002')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a77d8161341c06000002\"}}}"}}})
|
12639
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12640
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12641
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12642
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12643
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12644
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12645
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12646
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12647
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12648
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12649
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12650
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a77d8161341c06000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 20:58:37 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"test campaign", "utm_term"=>"test stream", "utm_content"=>"test component", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}])
|
12651
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000003')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a77d8161341c06000003\"}}}"}}})
|
12652
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12653
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12654
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12655
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12656
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12657
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12658
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12659
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12660
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12662
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12663
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12664
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12665
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12666
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12667
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12668
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a77d8161341c06000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:58:37 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}])
|
12669
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000004')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a77d8161341c06000004\"}}}"}}})
|
12670
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12671
|
+
Processing by MailSpy::TrackingController#action as HTML
|
12672
|
+
Parameters: {"eid"=>"4f29a77d8161341c06000004", "action_type"=>"Conversion", "count"=>"3"}
|
12673
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a77d8161341c06000004')}).limit(-1).sort([[:_id, :asc]])
|
12674
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000004')}, {"$push"=>{"actions"=>{"count"=>3, "_id"=>BSON::ObjectId('4f29a77d8161341c06000005'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}}})
|
12675
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
12676
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a77d8161341c06000004')}).limit(-1)
|
12677
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12678
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12679
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12680
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12681
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12682
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12683
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a77d8161341c06000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:58:37 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}])
|
12684
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000006')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a77d8161341c06000006\"}}}"}}})
|
12685
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12686
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
12687
|
+
Parameters: {"eid"=>"4f29a77d8161341c06000006"}
|
12688
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a77d8161341c06000006')}).limit(-1).sort([[:_id, :asc]])
|
12689
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000006')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f29a77d8161341c06000007'), "action_type"=>"open", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}}})
|
12690
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
12691
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a77d8161341c06000006')}).limit(-1)
|
12692
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12693
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12694
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12695
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12696
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12697
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12698
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a77d8161341c06000008'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:58:37 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}])
|
12699
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000008')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a77d8161341c06000008\"}}}"}}})
|
12700
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12701
|
+
Processing by MailSpy::TrackingController#link as HTML
|
12702
|
+
Parameters: {"eid"=>"4f29a77d8161341c06000008", "url"=>"http://google.com", "n"=>"0"}
|
12703
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a77d8161341c06000008')}).limit(-1).sort([[:_id, :asc]])
|
12704
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c06000008')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f29a77d8161341c06000009'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}}})
|
12705
|
+
Redirected to http://google.com
|
12706
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
12707
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a77d8161341c06000008')}).limit(-1)
|
12708
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12709
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12710
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12711
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12712
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12713
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12714
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a77d8161341c0600000a'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "template_values"=>{}, "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 20:58:37 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 20:58:37 UTC, "created_at"=>2012-02-01 20:58:37 UTC}])
|
12715
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a77d8161341c0600000a')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a77d8161341c0600000a\"}}}"}}})
|
12716
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12717
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12718
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12719
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12720
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12721
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12722
|
+
MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
|
12723
|
+
MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12724
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
12725
|
+
MONGODB dummy_test['system.namespaces'].find({})
|
12726
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a8088161341c0d000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 21:00:56 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 21:00:56 UTC, "created_at"=>2012-02-01 21:00:56 UTC}])
|
12727
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a8088161341c0d000001')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a8088161341c0d000001\"}}}"}}})
|
12728
|
+
[AWS S3 200 0.828393] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
12729
|
+
|
12730
|
+
[AWS S3 200 0.108954] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
12731
|
+
|
12732
|
+
[AWS S3 200 0.126736] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
|
12733
|
+
|
12734
|
+
Rendered inline template (23.6ms)
|
12735
|
+
[AWS S3 200 0.101933] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
|
12736
|
+
|
12737
|
+
[AWS S3 200 0.115691] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
12738
|
+
|
12739
|
+
[AWS S3 200 0.131298] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
|
12740
|
+
|
12741
|
+
Rendered inline template (1.8ms)
|
12742
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12743
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12744
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12745
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12746
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a80d8161341c0d000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 21:01:01 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 21:01:01 UTC, "created_at"=>2012-02-01 21:01:01 UTC}])
|
12747
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80d8161341c0d000002')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a80d8161341c0d000002\"}}}"}}})
|
12748
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12749
|
+
Rendered inline template (1.8ms)
|
12750
|
+
Rendered inline template (1.5ms)
|
12751
|
+
|
12752
|
+
Sent mail to trcarden@gmail.com (1744ms)
|
12753
|
+
Date: Wed, 01 Feb 2012 13:01:01 -0800
|
12754
|
+
From: test@test.com
|
12755
|
+
Reply-To: testGuy
|
12756
|
+
To: trcarden@gmail.com
|
12757
|
+
Message-ID: <4f29a80d422d7_11c0d80434f4c33414@timly.local.mail>
|
12758
|
+
Subject: test subject
|
12759
|
+
Mime-Version: 1.0
|
12760
|
+
Content-Type: multipart/alternative;
|
12761
|
+
boundary="--==_mimepart_4f29a80d24f4c_11c0d80434f4c3318d";
|
12762
|
+
charset=UTF-8
|
12763
|
+
Content-Transfer-Encoding: 7bit
|
12764
|
+
X-SMTPAPI: {"unique_args": {"eid": {"$oid": "4f29a80d8161341c0d000002"}}}
|
12765
|
+
|
12766
|
+
|
12767
|
+
|
12768
|
+
----==_mimepart_4f29a80d24f4c_11c0d80434f4c3318d
|
12769
|
+
Date: Wed, 01 Feb 2012 13:01:01 -0800
|
12770
|
+
Mime-Version: 1.0
|
12771
|
+
Content-Type: text/plain;
|
12772
|
+
charset=UTF-8
|
12773
|
+
Content-Transfer-Encoding: 7bit
|
12774
|
+
Content-ID: <4f29a80d34b79_11c0d80434f4c332e6@timly.local.mail>
|
12775
|
+
|
12776
|
+
You should be able to click on the link and have the server record the even
|
12777
|
+
and forward you to the correct place.
|
12778
|
+
|
12779
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f29a80d8161341c0d000002&n=1&url=www.google.com&utm_campaign=tests&utm_content=a-helper_test&utm_medium=email&utm_source=mailspy&utm_term=a-stream">My home</a>
|
12780
|
+
---------------------------
|
12781
|
+
|
12782
|
+
You should be able to show images in the email client and have the server
|
12783
|
+
track the open
|
12784
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f29a80d8161341c0d000002' style='display:none' width='1' height='1' border='0' />)
|
12785
|
+
|
12786
|
+
|
12787
|
+
|
12788
|
+
|
12789
|
+
----==_mimepart_4f29a80d24f4c_11c0d80434f4c3318d
|
12790
|
+
Date: Wed, 01 Feb 2012 13:01:01 -0800
|
12791
|
+
Mime-Version: 1.0
|
12792
|
+
Content-Type: text/html;
|
12793
|
+
charset=UTF-8
|
12794
|
+
Content-Transfer-Encoding: 7bit
|
12795
|
+
Content-ID: <4f29a80d3d4c2_11c0d80434f4c333f1@timly.local.mail>
|
12796
|
+
|
12797
|
+
<p>
|
12798
|
+
You should be able to click on the link and have the server record the even
|
12799
|
+
and forward you to the correct place.
|
12800
|
+
|
12801
|
+
A link : <a href="http://localhost:5000/mail/t?eid=4f29a80d8161341c0d000002&n=1&url=www.google.com&utm_campaign=tests&utm_content=a-helper_test&utm_medium=email&utm_source=mailspy&utm_term=a-stream">My home</a>
|
12802
|
+
</p>
|
12803
|
+
|
12804
|
+
<br>
|
12805
|
+
|
12806
|
+
<p>
|
12807
|
+
You should be able to show images in the email client and have the server
|
12808
|
+
track the open
|
12809
|
+
A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f29a80d8161341c0d000002' style='display:none' width='1' height='1' border='0' />)
|
12810
|
+
</p>
|
12811
|
+
|
12812
|
+
|
12813
|
+
|
12814
|
+
----==_mimepart_4f29a80d24f4c_11c0d80434f4c3318d--
|
12815
|
+
|
12816
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12817
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12818
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12819
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12820
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12821
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12822
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12823
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12824
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12825
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12826
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a80e8161341c0d000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-01 21:01:02 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"test campaign", "utm_term"=>"test stream", "utm_content"=>"test component", "updated_at"=>2012-02-01 21:01:02 UTC, "created_at"=>2012-02-01 21:01:02 UTC}])
|
12827
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80e8161341c0d000003')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a80e8161341c0d000003\"}}}"}}})
|
12828
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12829
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12830
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12831
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12832
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12833
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12834
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12835
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12836
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12837
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12838
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12839
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12840
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
12841
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12842
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12843
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12844
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a80e8161341c0d000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 21:01:02 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 21:01:02 UTC, "created_at"=>2012-02-01 21:01:02 UTC}])
|
12845
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80e8161341c0d000004')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a80e8161341c0d000004\"}}}"}}})
|
12846
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12847
|
+
Processing by MailSpy::TrackingController#action as HTML
|
12848
|
+
Parameters: {"eid"=>"4f29a80e8161341c0d000004", "action_type"=>"Conversion", "count"=>"3"}
|
12849
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a80e8161341c0d000004')}).limit(-1).sort([[:_id, :asc]])
|
12850
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80e8161341c0d000004')}, {"$push"=>{"actions"=>{"count"=>3, "_id"=>BSON::ObjectId('4f29a80e8161341c0d000005'), "action_type"=>"Conversion", "updated_at"=>2012-02-01 21:01:02 UTC, "created_at"=>2012-02-01 21:01:02 UTC}}})
|
12851
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
|
12852
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a80e8161341c0d000004')}).limit(-1)
|
12853
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12854
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12855
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12856
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12857
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12858
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12859
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a80e8161341c0d000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 21:01:02 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 21:01:02 UTC, "created_at"=>2012-02-01 21:01:02 UTC}])
|
12860
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80e8161341c0d000006')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a80e8161341c0d000006\"}}}"}}})
|
12861
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12862
|
+
Processing by MailSpy::TrackingController#bug as HTML
|
12863
|
+
Parameters: {"eid"=>"4f29a80e8161341c0d000006"}
|
12864
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a80e8161341c0d000006')}).limit(-1).sort([[:_id, :asc]])
|
12865
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80e8161341c0d000006')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f29a80e8161341c0d000007'), "action_type"=>"open", "updated_at"=>2012-02-01 21:01:02 UTC, "created_at"=>2012-02-01 21:01:02 UTC}}})
|
12866
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
12867
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a80e8161341c0d000006')}).limit(-1)
|
12868
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12869
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12870
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12871
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12872
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12873
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12874
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a80e8161341c0d000008'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 21:01:02 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 21:01:02 UTC, "created_at"=>2012-02-01 21:01:02 UTC}])
|
12875
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80e8161341c0d000008')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a80e8161341c0d000008\"}}}"}}})
|
12876
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12877
|
+
Processing by MailSpy::TrackingController#link as HTML
|
12878
|
+
Parameters: {"eid"=>"4f29a80e8161341c0d000008", "url"=>"http://google.com", "n"=>"0"}
|
12879
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a80e8161341c0d000008')}).limit(-1).sort([[:_id, :asc]])
|
12880
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80e8161341c0d000008')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f29a80f8161341c0d000009'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-01 21:01:03 UTC, "created_at"=>2012-02-01 21:01:03 UTC}}})
|
12881
|
+
Redirected to http://google.com
|
12882
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
12883
|
+
MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f29a80e8161341c0d000008')}).limit(-1)
|
12884
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12885
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12886
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12887
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12888
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12889
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12890
|
+
MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f29a80f8161341c0d00000a'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-01 21:01:03 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-01 21:01:03 UTC, "created_at"=>2012-02-01 21:01:03 UTC}])
|
12891
|
+
MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f29a80f8161341c0d00000a')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": {\"$oid\": \"4f29a80f8161341c0d00000a\"}}}"}}})
|
12892
|
+
MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
|
12893
|
+
MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
|
12894
|
+
MONGODB dummy_test['mail_spy_emails'].remove({})
|
12895
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12897
|
+
[1m[35m (0.0ms)[0m rollback transaction
|