This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2012-06-19 19:37:59] [arear][MOD][Campaign][4261]:{"id"=>4261, "name"=>"2/9 da", "advertiser_id"=>678, "created_at"=>Wed, 08 Feb 2012 22:04:18 CST -06:00, "updated_at"=>Wed, 14 Mar 2012 03:23:04 CDT -05:00, "start_date"=>Sat, 14 Jan 2012, "end_date"=>Sun, 13 May 2012, "media_buyer_id"=>nil, "delta"=>true, "department_id"=>8, "premium_volume"=>"premium", "order_name"=>"Areographically-29dace-2012-02", "custom_dimensions"=>"---\n- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\n name: ! 'Custom #1'\n- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\n name: ! 'Custom #2'\n- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\n name: ! 'Custom #3'\n", "geo_targeting_strategy"=>"dart", "slug"=>nil, "override_department_id"=>8, "hourly_rate"=>nil, "push_paymo_changes"=>false, "paymo_project_id"=>nil, "account_manager_id"=>1773, "billing_basis"=>"", "ad_server"=>""}; CHANGED: {"billing_basis"=>["Ree", ""], "name"=>["2/9 damn ", "2/9 da"], "custom_dimensions"=>["--- \n- !map:ActiveSupport::HashWithIndiff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
audit log when i update from console and browser | |
[2012-06-20 13:22:43] [UNKNOWN][MASSMOD][Receivable][[49, 348, 698, 827, 7, 17898, 17, 86, 222, 301, 388, 443, 498, 643, 18, 100, 262, 313, 402, 459, 524, 629, 781, 946, 533, 615, 750, 882, 52, 248, 544, 48, 203, 342, 368, 420, 23, 90, 228, 303, 394, 448, 504, 592, 733, 875, 115, 117, 113, 326, 119, 47, 139, 205, 284, 122, 317, 1763, 17148, 577, 17309, 56, 74, 208, 286, 423, 477, 641, 17348, 78, 288, 27, 94, 306, 53, 217, 378, 429, 485, 638, 761, 889, 15762, 16076, 17384, 102, 266, 391, 445, 499, 109, 335, 70, 88, 226, 447, 501, 603, 360, 8, 75, 210, 350, 373, 426, 481, 620, 753, 50, 91, 229, 304, 395, 450, 511, 595, 138, 329, 38, 106, 242, 321, 407, 466, 672, 778, 903, 132, 330, 418, 474, 36, 105, 319, 502, 621, 767, 104, 318, 93, 42, 110, 244, 324, 410, 470, 532, 660, 772, 898, 19, 224, 363, 58, 207, 135, 270, 323, 409, 469, 671, 777, 902, 11548, 97, 308, 79, 29, 99, 236, 311, 401, 457, 521, 637, 792, 947, 95, 28, 141, 235, 309, 85, 300, 76, 662, 774, 449, 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resolved collector.newrelic.com to 204.93.223.153 | |
...........................................................F......................................FF..*.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..F.......................................................................................................................................................................................................................................................................................................................................................................................... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
context "when sd is today" do | |
it "should set start_date appropriately" do | |
@ad.start_date = Date.today | |
@ad.start_date.to_s.should == DateTime.parse("Wed, 15 Sep 2010 13:15:00 -0500").in_time_zone.to_s | |
end | |
end | |
context "when sd is tomorrow" do | |
it "should set start_date appropriately" do | |
@ad.start_date = Date.tomorrow | |
@ad.start_date.to_s.should == DateTime.parse("Thu, 16 Sep 2010 00:00:00 -0500").in_time_zone.to_s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with 187, 3.0.10 | |
454 scenarios (157 failed, 28 skipped, 269 passed) | |
7731 steps (157 failed, 2072 skipped, 5502 passed) | |
341m39.302s | |
With 193, 3.0.10 | |
454 scenarios (148 failed, 39 skipped, 267 passed) | |
7731 steps (148 failed, 2169 skipped, 5414 passed) | |
236m59.899s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failures: | |
1) MetaDelivery Generate child deliveries based on the values used for the MetaDelivery (when everything calculates evenly) should regenerate deliveries when updating a record (covers several situations - single day => single day => multiple days => single day) | |
Failure/Error: @meta_delivery.deliveries.collect{|d| d.delivered_at.to_date}.should == [Date.today] | |
expected: [Fri, 15 Oct 2010] | |
got: [Thu, 14 Oct 2010] (using ==) | |
Diff: | |
@@ -1,2 +1,2 @@ | |
-[Fri, 15 Oct 2010] | |
+[Thu, 14 Oct 2010] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failures: | |
1) Campaign test for uniquiness should return one order when there are duplicates | |
Failure/Error: @campaign1 = Factory.create(:campaign, | |
ActiveRecord::RecordInvalid: | |
Validation failed: Start date must be on or before all start dates for ads, budget allocations and site allocations for this campaign (2012-07-01) | |
# ./spec/integration/campaign_spec.rb:51:in `block (3 levels) in <top (required)>' | |
2) Campaign test for uniquiness should return one zone when there are duplicates | |
Failure/Error: @campaign1 = Factory.create(:campaign, |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-sh-4.2$ bundle exec cucumber > /home/local/PENNYWISE/venkatab/Desktop/cuke.txt | |
/usr/local/rvm/gems/ruby-1.9.3-p0@redzone/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in require': iconv will be deprecated in the future, use String#encode instead. | |
NOTE: Gem.latest_load_paths is deprecated with no replacement. It will be removed on or after 2011-10-01. | |
Gem.latest_load_paths called from /usr/local/rvm/gems/ruby-1.9.3-p0@redzone/gems/spork-0.8.4/lib/spork.rb:112. | |
NOTE: Gem.all_partials is deprecated with no replacement. It will be removed on or after 2011-10-01. | |
Gem.all_partials called from /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems.rb:603. | |
NOTE: Gem.all_partials is deprecated with no replacement. It will be removed on or after 2011-10-01. | |
Gem.all_partials called from /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems.rb:603. | |
java version "1.6.0_22" | |
OpenJDK Runtime Environment (IcedTea6 1.10.6) (fedora-63.1.10.6.fc15-x86_64) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-sh-4.2$ git pull RZ-3310-kevin | |
fatal: 'RZ-3310-kevin' does not appear to be a git repository | |
fatal: The remote end hung up unexpectedly | |
-sh-4.2$ git pull origin RZ-3310-kevin | |
From github.com:venkatab/redzone | |
* branch RZ-3310-kevin -> FETCH_HEAD | |
Auto-merging Gemfile | |
Auto-merging Gemfile.lock | |
CONFLICT (content): Merge conflict in Gemfile.lock | |
Auto-merging app/assets/images/add.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On rails 3.2 console | |
[84] pry(main)> d = DeliveryReportTemplate.new | |
=> #<DeliveryReportTemplate id: nil, name: nil, slug: nil, enforced_coordinates: #<OpenStruct>, columns: nil, unrolled: nil, created_at: nil, updated_at: nil, row_style_column: nil, delta: nil, groups: nil, delivery_filter: #<DeliveryFilter:0x0000000b36ae88>, remote_requestable: false, copy: nil> | |
[85] pry(main)> d.name="TEST 1" | |
=> "TEST 1" | |
[86] pry(main)> d.slug="test_1" | |
=> "test_1" | |
[87] pry(main)> d.columns=[] |