Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. 195, 204] in /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb
  2. 195 # Check if every day between today and the end of the desired schedule or the end time of the recurrence is a match
  3. 196 this_time = this_time + 1.day
  4. 197 this_time = start_time_for_day(this_time)
  5. 198 while(this_time < schedule_end and ((self.end_time == nil) or (this_time < self.end_time)))
  6. 199 debugger
  7. => 200 if (day_match(this_time) and this_time >= self.start_time) then
  8. 201 if !exclusion_match(this_time)
  9. 202 list << hash_for_time(this_time)
  10. 203 end
  11. 204 end
  12. (rdb:6) pp this_time
  13. Mon Nov 03 23:00:00 UTC 2008
  14. (rdb:6) cont
  15. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  16. if (day_match(this_time) and this_time >= self.start_time) then
  17. (rdb:6) pp this_time
  18. Tue Nov 04 23:00:00 UTC 2008
  19. (rdb:6) cont
  20. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  21. if (day_match(this_time) and this_time >= self.start_time) then
  22. (rdb:6) pp this_time
  23. Wed Nov 05 23:00:00 UTC 2008
  24. (rdb:6) cont
  25. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  26. if (day_match(this_time) and this_time >= self.start_time) then
  27. (rdb:6) pp this_time
  28. Thu Nov 06 23:00:00 UTC 2008
  29. (rdb:6) cont
  30. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  31. if (day_match(this_time) and this_time >= self.start_time) then
  32. (rdb:6) pp this_time
  33. Fri Nov 07 23:00:00 UTC 2008
  34. (rdb:6) cont
  35. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  36. if (day_match(this_time) and this_time >= self.start_time) then
  37. (rdb:6) pp this_time
  38. Sat Nov 08 23:00:00 UTC 2008
  39. (rdb:6) cont
  40. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  41. if (day_match(this_time) and this_time >= self.start_time) then
  42. (rdb:6) pp this_time
  43. Wed Nov 05 00:00:00 UTC 2008
  44. (rdb:6) cont
  45. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  46. if (day_match(this_time) and this_time >= self.start_time) then
  47. (rdb:6) pp this_time
  48. Fri Nov 07 00:00:00 UTC 2008
  49. (rdb:6) cont
  50. /Users/sean/source/10foot/webui/mytv/app/models/scheduled_item.rb:200
  51. if (day_match(this_time) and this_time >= self.start_time) then
  52. (rdb:6) pp this_time
  53. Sun Nov 09 00:00:00 UTC 2008
  54. (rdb:6) cont
  55.  
  56.  
  57. Processing ScheduledItemsController#index (for 127.0.0.1 at 2008-11-10 16:55:03) [GET]
  58. Session ID: 40861d89644495ed0f1024213bb78ceb
  59. Parameters: {"format"=>"xml", "stop"=>"1226206740", "action"=>"index", "start"=>"1225598400", "screen_id"=>"6", "controller"=>"scheduled_items"}
Add Comment
Please, Sign In to add comment