primer 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. data/History.txt +17 -0
  2. data/README.rdoc +74 -35
  3. data/example/README.rdoc +33 -23
  4. data/example/application.rb +2 -2
  5. data/example/console.rb +133 -0
  6. data/example/db/blog.sqlite3 +0 -0
  7. data/example/{models → db}/connection.rb +0 -0
  8. data/example/environment.rb +17 -4
  9. data/example/models/comment.rb +5 -0
  10. data/example/models/post.rb +5 -0
  11. data/example/script/setup_database.rb +8 -2
  12. data/example/views/comments.erb +6 -0
  13. data/example/views/layout.erb +1 -1
  14. data/example/views/show.erb +5 -1
  15. data/lib/primer/bus/amqp.rb +7 -5
  16. data/lib/primer/bus/amqp.rbc +1045 -0
  17. data/lib/primer/bus/memory.rbc +344 -0
  18. data/lib/primer/bus.rb +3 -2
  19. data/lib/primer/bus.rbc +872 -0
  20. data/lib/primer/cache/memory.rbc +1443 -0
  21. data/lib/primer/cache/redis.rb +2 -2
  22. data/lib/primer/cache/redis.rbc +1643 -0
  23. data/lib/primer/cache.rb +2 -16
  24. data/lib/primer/cache.rbc +1502 -0
  25. data/lib/primer/enabler.rbc +414 -0
  26. data/lib/primer/helpers.rbc +1438 -0
  27. data/lib/primer/lazyness.rb +63 -0
  28. data/lib/primer/lazyness.rbc +1442 -0
  29. data/lib/primer/real_time.rbc +1999 -0
  30. data/lib/primer/route_set.rb +1 -0
  31. data/lib/primer/route_set.rbc +1475 -0
  32. data/lib/primer/watcher/active_record_macros.rb +13 -3
  33. data/lib/primer/watcher/active_record_macros.rbc +1796 -0
  34. data/lib/primer/watcher/macros.rb +11 -14
  35. data/lib/primer/watcher/macros.rbc +1628 -0
  36. data/lib/primer/watcher.rb +2 -7
  37. data/lib/primer/watcher.rbc +1416 -0
  38. data/lib/primer/worker/active_record_agent.rb +30 -33
  39. data/lib/primer/worker/active_record_agent.rbc +2840 -0
  40. data/lib/primer/worker/changes_agent.rb +20 -0
  41. data/lib/primer/worker/changes_agent.rbc +578 -0
  42. data/lib/primer/worker.rb +20 -3
  43. data/lib/primer/worker.rbc +1254 -0
  44. data/lib/primer.rb +10 -2
  45. data/lib/primer.rbc +944 -0
  46. data/spec/db/test.sqlite3 +0 -0
  47. data/spec/models/artist.rb +3 -2
  48. data/spec/models/artist.rbc +288 -0
  49. data/spec/models/blog_post.rb +3 -1
  50. data/spec/models/blog_post.rbc +181 -0
  51. data/spec/models/calendar.rbc +209 -0
  52. data/spec/models/concert.rbc +211 -0
  53. data/spec/models/performance.rbc +177 -0
  54. data/spec/models/person.rb +1 -0
  55. data/spec/models/person.rbc +306 -0
  56. data/spec/models/watchable.rbc +363 -0
  57. data/spec/primer/bus_spec.rbc +940 -0
  58. data/spec/primer/cache_spec.rb +3 -3
  59. data/spec/primer/cache_spec.rbc +8535 -0
  60. data/spec/primer/helpers/erb_spec.rb +14 -14
  61. data/spec/primer/helpers/erb_spec.rbc +2485 -0
  62. data/spec/primer/lazyness_spec.rb +61 -0
  63. data/spec/primer/lazyness_spec.rbc +1408 -0
  64. data/spec/primer/watcher/active_record_spec.rb +15 -15
  65. data/spec/primer/watcher/active_record_spec.rbc +5202 -0
  66. data/spec/primer/watcher_spec.rbc +2645 -0
  67. data/spec/schema.rbc +775 -0
  68. data/spec/spec_helper.rb +3 -0
  69. data/spec/spec_helper.rbc +1193 -0
  70. data/spec/templates/page.erb +0 -1
  71. metadata +77 -70
  72. data/example/models/blog_post.rb +0 -4
@@ -0,0 +1,5202 @@
1
+ !RBIX
2
+ 10310238139619683799
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 26
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 45
24
+ 2
25
+ 3
26
+ 43
27
+ 4
28
+ 43
29
+ 5
30
+ 56
31
+ 6
32
+ 47
33
+ 50
34
+ 7
35
+ 1
36
+ 15
37
+ 2
38
+ 11
39
+ I
40
+ 3
41
+ I
42
+ 0
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ n
48
+ p
49
+ 8
50
+ s
51
+ 11
52
+ spec_helper
53
+ x
54
+ 7
55
+ require
56
+ x
57
+ 6
58
+ Primer
59
+ n
60
+ x
61
+ 7
62
+ Watcher
63
+ x
64
+ 18
65
+ ActiveRecordMacros
66
+ M
67
+ 1
68
+ p
69
+ 2
70
+ x
71
+ 9
72
+ for_block
73
+ t
74
+ n
75
+ x
76
+ 9
77
+ __block__
78
+ i
79
+ 239
80
+ 5
81
+ 56
82
+ 0
83
+ 47
84
+ 50
85
+ 1
86
+ 0
87
+ 15
88
+ 5
89
+ 56
90
+ 2
91
+ 47
92
+ 50
93
+ 3
94
+ 0
95
+ 15
96
+ 99
97
+ 7
98
+ 4
99
+ 7
100
+ 5
101
+ 65
102
+ 67
103
+ 49
104
+ 6
105
+ 0
106
+ 49
107
+ 7
108
+ 4
109
+ 15
110
+ 5
111
+ 7
112
+ 8
113
+ 64
114
+ 56
115
+ 9
116
+ 47
117
+ 50
118
+ 10
119
+ 1
120
+ 15
121
+ 5
122
+ 7
123
+ 11
124
+ 64
125
+ 56
126
+ 12
127
+ 47
128
+ 50
129
+ 13
130
+ 1
131
+ 15
132
+ 5
133
+ 7
134
+ 14
135
+ 64
136
+ 56
137
+ 15
138
+ 47
139
+ 50
140
+ 13
141
+ 1
142
+ 15
143
+ 5
144
+ 7
145
+ 16
146
+ 64
147
+ 56
148
+ 17
149
+ 47
150
+ 50
151
+ 13
152
+ 1
153
+ 15
154
+ 5
155
+ 7
156
+ 18
157
+ 64
158
+ 56
159
+ 19
160
+ 47
161
+ 50
162
+ 13
163
+ 1
164
+ 15
165
+ 5
166
+ 7
167
+ 20
168
+ 64
169
+ 56
170
+ 21
171
+ 47
172
+ 50
173
+ 13
174
+ 1
175
+ 15
176
+ 5
177
+ 7
178
+ 22
179
+ 64
180
+ 56
181
+ 23
182
+ 47
183
+ 50
184
+ 13
185
+ 1
186
+ 15
187
+ 5
188
+ 7
189
+ 24
190
+ 64
191
+ 56
192
+ 25
193
+ 47
194
+ 50
195
+ 13
196
+ 1
197
+ 15
198
+ 5
199
+ 7
200
+ 26
201
+ 64
202
+ 56
203
+ 27
204
+ 47
205
+ 50
206
+ 13
207
+ 1
208
+ 15
209
+ 5
210
+ 7
211
+ 28
212
+ 64
213
+ 56
214
+ 29
215
+ 47
216
+ 50
217
+ 13
218
+ 1
219
+ 15
220
+ 5
221
+ 7
222
+ 30
223
+ 64
224
+ 56
225
+ 31
226
+ 47
227
+ 50
228
+ 13
229
+ 1
230
+ 15
231
+ 5
232
+ 7
233
+ 32
234
+ 64
235
+ 56
236
+ 33
237
+ 47
238
+ 50
239
+ 13
240
+ 1
241
+ 15
242
+ 5
243
+ 7
244
+ 34
245
+ 64
246
+ 56
247
+ 35
248
+ 47
249
+ 50
250
+ 13
251
+ 1
252
+ 15
253
+ 5
254
+ 7
255
+ 36
256
+ 64
257
+ 56
258
+ 37
259
+ 47
260
+ 50
261
+ 13
262
+ 1
263
+ 15
264
+ 5
265
+ 7
266
+ 38
267
+ 64
268
+ 56
269
+ 39
270
+ 47
271
+ 50
272
+ 13
273
+ 1
274
+ 15
275
+ 5
276
+ 7
277
+ 40
278
+ 64
279
+ 56
280
+ 41
281
+ 47
282
+ 50
283
+ 13
284
+ 1
285
+ 15
286
+ 5
287
+ 7
288
+ 42
289
+ 64
290
+ 56
291
+ 43
292
+ 47
293
+ 50
294
+ 13
295
+ 1
296
+ 15
297
+ 5
298
+ 7
299
+ 44
300
+ 64
301
+ 56
302
+ 45
303
+ 47
304
+ 50
305
+ 13
306
+ 1
307
+ 15
308
+ 5
309
+ 7
310
+ 46
311
+ 64
312
+ 56
313
+ 47
314
+ 47
315
+ 50
316
+ 13
317
+ 1
318
+ 11
319
+ I
320
+ 6
321
+ I
322
+ 0
323
+ I
324
+ 0
325
+ I
326
+ 0
327
+ I
328
+ -2
329
+ p
330
+ 48
331
+ M
332
+ 1
333
+ p
334
+ 2
335
+ x
336
+ 9
337
+ for_block
338
+ t
339
+ n
340
+ x
341
+ 9
342
+ __block__
343
+ i
344
+ 254
345
+ 45
346
+ 0
347
+ 1
348
+ 44
349
+ 43
350
+ 2
351
+ 79
352
+ 49
353
+ 3
354
+ 1
355
+ 13
356
+ 7
357
+ 4
358
+ 7
359
+ 5
360
+ 64
361
+ 49
362
+ 6
363
+ 2
364
+ 15
365
+ 49
366
+ 7
367
+ 1
368
+ 38
369
+ 8
370
+ 15
371
+ 45
372
+ 0
373
+ 9
374
+ 44
375
+ 43
376
+ 2
377
+ 79
378
+ 49
379
+ 3
380
+ 1
381
+ 13
382
+ 7
383
+ 4
384
+ 7
385
+ 10
386
+ 64
387
+ 49
388
+ 6
389
+ 2
390
+ 15
391
+ 49
392
+ 7
393
+ 1
394
+ 38
395
+ 11
396
+ 15
397
+ 39
398
+ 8
399
+ 49
400
+ 12
401
+ 0
402
+ 44
403
+ 43
404
+ 2
405
+ 79
406
+ 49
407
+ 3
408
+ 1
409
+ 13
410
+ 7
411
+ 13
412
+ 7
413
+ 14
414
+ 64
415
+ 49
416
+ 6
417
+ 2
418
+ 15
419
+ 49
420
+ 7
421
+ 1
422
+ 38
423
+ 15
424
+ 15
425
+ 39
426
+ 8
427
+ 49
428
+ 16
429
+ 0
430
+ 38
431
+ 17
432
+ 15
433
+ 45
434
+ 18
435
+ 19
436
+ 44
437
+ 43
438
+ 2
439
+ 79
440
+ 49
441
+ 3
442
+ 1
443
+ 13
444
+ 7
445
+ 4
446
+ 7
447
+ 20
448
+ 64
449
+ 49
450
+ 6
451
+ 2
452
+ 15
453
+ 49
454
+ 7
455
+ 1
456
+ 38
457
+ 21
458
+ 15
459
+ 45
460
+ 22
461
+ 23
462
+ 44
463
+ 43
464
+ 2
465
+ 80
466
+ 49
467
+ 3
468
+ 1
469
+ 13
470
+ 7
471
+ 24
472
+ 4
473
+ 6
474
+ 49
475
+ 25
476
+ 0
477
+ 49
478
+ 26
479
+ 0
480
+ 49
481
+ 6
482
+ 2
483
+ 15
484
+ 13
485
+ 7
486
+ 27
487
+ 7
488
+ 28
489
+ 64
490
+ 49
491
+ 6
492
+ 2
493
+ 15
494
+ 49
495
+ 7
496
+ 1
497
+ 38
498
+ 29
499
+ 15
500
+ 45
501
+ 22
502
+ 30
503
+ 44
504
+ 43
505
+ 2
506
+ 80
507
+ 49
508
+ 3
509
+ 1
510
+ 13
511
+ 7
512
+ 24
513
+ 4
514
+ 3
515
+ 49
516
+ 25
517
+ 0
518
+ 49
519
+ 26
520
+ 0
521
+ 49
522
+ 6
523
+ 2
524
+ 15
525
+ 13
526
+ 7
527
+ 27
528
+ 7
529
+ 31
530
+ 64
531
+ 49
532
+ 6
533
+ 2
534
+ 15
535
+ 49
536
+ 7
537
+ 1
538
+ 38
539
+ 32
540
+ 15
541
+ 45
542
+ 33
543
+ 34
544
+ 44
545
+ 43
546
+ 2
547
+ 79
548
+ 49
549
+ 3
550
+ 1
551
+ 13
552
+ 7
553
+ 35
554
+ 39
555
+ 21
556
+ 35
557
+ 1
558
+ 49
559
+ 6
560
+ 2
561
+ 15
562
+ 49
563
+ 7
564
+ 1
565
+ 38
566
+ 36
567
+ 15
568
+ 39
569
+ 21
570
+ 49
571
+ 37
572
+ 0
573
+ 39
574
+ 32
575
+ 49
576
+ 38
577
+ 1
578
+ 15
579
+ 45
580
+ 39
581
+ 40
582
+ 43
583
+ 41
584
+ 43
585
+ 42
586
+ 49
587
+ 43
588
+ 0
589
+ 15
590
+ 45
591
+ 39
592
+ 44
593
+ 43
594
+ 45
595
+ 49
596
+ 46
597
+ 0
598
+ 11
599
+ I
600
+ 6
601
+ I
602
+ 0
603
+ I
604
+ 0
605
+ I
606
+ 0
607
+ I
608
+ -2
609
+ p
610
+ 47
611
+ x
612
+ 6
613
+ Person
614
+ n
615
+ x
616
+ 4
617
+ Hash
618
+ x
619
+ 16
620
+ new_from_literal
621
+ x
622
+ 4
623
+ name
624
+ s
625
+ 3
626
+ Abe
627
+ x
628
+ 3
629
+ []=
630
+ x
631
+ 6
632
+ create
633
+ x
634
+ 7
635
+ @person
636
+ n
637
+ s
638
+ 5
639
+ Aaron
640
+ x
641
+ 9
642
+ @impostor
643
+ x
644
+ 10
645
+ blog_posts
646
+ x
647
+ 5
648
+ title
649
+ s
650
+ 9
651
+ web scale
652
+ x
653
+ 5
654
+ @post
655
+ x
656
+ 2
657
+ id
658
+ x
659
+ 3
660
+ @id
661
+ x
662
+ 6
663
+ Artist
664
+ n
665
+ s
666
+ 11
667
+ Wolf Parade
668
+ x
669
+ 7
670
+ @artist
671
+ x
672
+ 7
673
+ Concert
674
+ n
675
+ x
676
+ 4
677
+ date
678
+ x
679
+ 6
680
+ months
681
+ x
682
+ 3
683
+ ago
684
+ x
685
+ 5
686
+ venue
687
+ s
688
+ 10
689
+ Borderline
690
+ x
691
+ 8
692
+ @concert
693
+ n
694
+ s
695
+ 15
696
+ End of the Road
697
+ x
698
+ 9
699
+ @festival
700
+ x
701
+ 8
702
+ Calendar
703
+ n
704
+ x
705
+ 7
706
+ artists
707
+ x
708
+ 9
709
+ @calendar
710
+ x
711
+ 8
712
+ concerts
713
+ x
714
+ 2
715
+ <<
716
+ x
717
+ 6
718
+ Primer
719
+ n
720
+ x
721
+ 6
722
+ Worker
723
+ x
724
+ 17
725
+ ActiveRecordAgent
726
+ x
727
+ 4
728
+ run!
729
+ n
730
+ x
731
+ 7
732
+ Watcher
733
+ x
734
+ 7
735
+ enable!
736
+ p
737
+ 23
738
+ I
739
+ 0
740
+ I
741
+ 5
742
+ I
743
+ 1a
744
+ I
745
+ 6
746
+ I
747
+ 34
748
+ I
749
+ 7
750
+ I
751
+ 50
752
+ I
753
+ 8
754
+ I
755
+ 58
756
+ I
757
+ a
758
+ I
759
+ 72
760
+ I
761
+ b
762
+ I
763
+ 9b
764
+ I
765
+ c
766
+ I
767
+ c4
768
+ I
769
+ d
770
+ I
771
+ df
772
+ I
773
+ f
774
+ I
775
+ ea
776
+ I
777
+ 11
778
+ I
779
+ f5
780
+ I
781
+ 12
782
+ I
783
+ fe
784
+ x
785
+ 72
786
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
787
+ p
788
+ 0
789
+ x
790
+ 6
791
+ before
792
+ M
793
+ 1
794
+ p
795
+ 2
796
+ x
797
+ 9
798
+ for_block
799
+ t
800
+ n
801
+ x
802
+ 9
803
+ __block__
804
+ i
805
+ 6
806
+ 39
807
+ 0
808
+ 49
809
+ 1
810
+ 0
811
+ 11
812
+ I
813
+ 2
814
+ I
815
+ 0
816
+ I
817
+ 0
818
+ I
819
+ 0
820
+ I
821
+ -2
822
+ p
823
+ 2
824
+ x
825
+ 7
826
+ @person
827
+ x
828
+ 6
829
+ delete
830
+ p
831
+ 3
832
+ I
833
+ 0
834
+ I
835
+ 16
836
+ I
837
+ 6
838
+ x
839
+ 72
840
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
841
+ p
842
+ 0
843
+ x
844
+ 5
845
+ after
846
+ x
847
+ 14
848
+ should_publish
849
+ M
850
+ 1
851
+ n
852
+ n
853
+ x
854
+ 14
855
+ should_publish
856
+ i
857
+ 41
858
+ 39
859
+ 0
860
+ 13
861
+ 10
862
+ 19
863
+ 15
864
+ 45
865
+ 1
866
+ 2
867
+ 49
868
+ 3
869
+ 0
870
+ 7
871
+ 4
872
+ 49
873
+ 5
874
+ 1
875
+ 38
876
+ 0
877
+ 15
878
+ 45
879
+ 1
880
+ 6
881
+ 49
882
+ 3
883
+ 0
884
+ 7
885
+ 4
886
+ 49
887
+ 7
888
+ 1
889
+ 20
890
+ 0
891
+ 20
892
+ 1
893
+ 56
894
+ 8
895
+ 50
896
+ 9
897
+ 2
898
+ 11
899
+ I
900
+ 6
901
+ I
902
+ 2
903
+ I
904
+ 1
905
+ I
906
+ 1
907
+ I
908
+ 1
909
+ p
910
+ 10
911
+ x
912
+ 8
913
+ @publish
914
+ x
915
+ 6
916
+ Primer
917
+ n
918
+ x
919
+ 3
920
+ bus
921
+ x
922
+ 7
923
+ publish
924
+ x
925
+ 6
926
+ method
927
+ n
928
+ x
929
+ 14
930
+ should_receive
931
+ M
932
+ 1
933
+ p
934
+ 2
935
+ x
936
+ 9
937
+ for_block
938
+ t
939
+ n
940
+ x
941
+ 14
942
+ should_publish
943
+ i
944
+ 15
945
+ 59
946
+ 36
947
+ 19
948
+ 0
949
+ 15
950
+ 39
951
+ 0
952
+ 20
953
+ 0
954
+ 36
955
+ 1
956
+ 51
957
+ 1
958
+ 0
959
+ 11
960
+ I
961
+ 5
962
+ I
963
+ 1
964
+ I
965
+ 0
966
+ I
967
+ 0
968
+ I
969
+ 0
970
+ p
971
+ 2
972
+ x
973
+ 8
974
+ @publish
975
+ x
976
+ 4
977
+ call
978
+ p
979
+ 5
980
+ I
981
+ 0
982
+ I
983
+ 1b
984
+ I
985
+ 5
986
+ I
987
+ 1c
988
+ I
989
+ f
990
+ x
991
+ 72
992
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
993
+ p
994
+ 1
995
+ x
996
+ 4
997
+ args
998
+ x
999
+ 4
1000
+ with
1001
+ p
1002
+ 7
1003
+ I
1004
+ -1
1005
+ I
1006
+ 19
1007
+ I
1008
+ 0
1009
+ I
1010
+ 1a
1011
+ I
1012
+ 14
1013
+ I
1014
+ 1b
1015
+ I
1016
+ 29
1017
+ x
1018
+ 72
1019
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1020
+ p
1021
+ 2
1022
+ x
1023
+ 5
1024
+ topic
1025
+ x
1026
+ 7
1027
+ message
1028
+ x
1029
+ 17
1030
+ method_visibility
1031
+ x
1032
+ 15
1033
+ add_defn_method
1034
+ s
1035
+ 18
1036
+ #primer_identifier
1037
+ M
1038
+ 1
1039
+ p
1040
+ 2
1041
+ x
1042
+ 9
1043
+ for_block
1044
+ t
1045
+ n
1046
+ x
1047
+ 9
1048
+ __block__
1049
+ i
1050
+ 11
1051
+ 5
1052
+ 7
1053
+ 0
1054
+ 64
1055
+ 56
1056
+ 1
1057
+ 47
1058
+ 50
1059
+ 2
1060
+ 1
1061
+ 11
1062
+ I
1063
+ 4
1064
+ I
1065
+ 0
1066
+ I
1067
+ 0
1068
+ I
1069
+ 0
1070
+ I
1071
+ -2
1072
+ p
1073
+ 3
1074
+ s
1075
+ 55
1076
+ returns a tuple that tells us enough to find the object
1077
+ M
1078
+ 1
1079
+ p
1080
+ 2
1081
+ x
1082
+ 9
1083
+ for_block
1084
+ t
1085
+ n
1086
+ x
1087
+ 9
1088
+ __block__
1089
+ i
1090
+ 24
1091
+ 39
1092
+ 0
1093
+ 49
1094
+ 1
1095
+ 0
1096
+ 49
1097
+ 2
1098
+ 0
1099
+ 7
1100
+ 3
1101
+ 64
1102
+ 7
1103
+ 4
1104
+ 64
1105
+ 39
1106
+ 0
1107
+ 49
1108
+ 5
1109
+ 0
1110
+ 35
1111
+ 3
1112
+ 83
1113
+ 6
1114
+ 11
1115
+ I
1116
+ 5
1117
+ I
1118
+ 0
1119
+ I
1120
+ 0
1121
+ I
1122
+ 0
1123
+ I
1124
+ -2
1125
+ p
1126
+ 7
1127
+ x
1128
+ 7
1129
+ @person
1130
+ x
1131
+ 17
1132
+ primer_identifier
1133
+ x
1134
+ 6
1135
+ should
1136
+ s
1137
+ 12
1138
+ ActiveRecord
1139
+ s
1140
+ 6
1141
+ Person
1142
+ x
1143
+ 2
1144
+ id
1145
+ x
1146
+ 2
1147
+ ==
1148
+ p
1149
+ 3
1150
+ I
1151
+ 0
1152
+ I
1153
+ 22
1154
+ I
1155
+ 18
1156
+ x
1157
+ 72
1158
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1159
+ p
1160
+ 0
1161
+ x
1162
+ 2
1163
+ it
1164
+ p
1165
+ 3
1166
+ I
1167
+ 0
1168
+ I
1169
+ 21
1170
+ I
1171
+ b
1172
+ x
1173
+ 72
1174
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1175
+ p
1176
+ 0
1177
+ x
1178
+ 8
1179
+ describe
1180
+ s
1181
+ 61
1182
+ is mixed in automatically when using Primer with ActiveRecord
1183
+ M
1184
+ 1
1185
+ p
1186
+ 2
1187
+ x
1188
+ 9
1189
+ for_block
1190
+ t
1191
+ n
1192
+ x
1193
+ 9
1194
+ __block__
1195
+ i
1196
+ 19
1197
+ 45
1198
+ 0
1199
+ 1
1200
+ 5
1201
+ 45
1202
+ 2
1203
+ 3
1204
+ 43
1205
+ 4
1206
+ 43
1207
+ 5
1208
+ 47
1209
+ 49
1210
+ 6
1211
+ 1
1212
+ 49
1213
+ 7
1214
+ 1
1215
+ 11
1216
+ I
1217
+ 4
1218
+ I
1219
+ 0
1220
+ I
1221
+ 0
1222
+ I
1223
+ 0
1224
+ I
1225
+ -2
1226
+ p
1227
+ 8
1228
+ x
1229
+ 6
1230
+ Person
1231
+ n
1232
+ x
1233
+ 6
1234
+ Primer
1235
+ n
1236
+ x
1237
+ 7
1238
+ Watcher
1239
+ x
1240
+ 18
1241
+ ActiveRecordMacros
1242
+ x
1243
+ 10
1244
+ be_kind_of
1245
+ x
1246
+ 6
1247
+ should
1248
+ p
1249
+ 3
1250
+ I
1251
+ 0
1252
+ I
1253
+ 27
1254
+ I
1255
+ 13
1256
+ x
1257
+ 72
1258
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1259
+ p
1260
+ 0
1261
+ x
1262
+ 2
1263
+ it
1264
+ s
1265
+ 31
1266
+ watches ActiveRecord attributes
1267
+ M
1268
+ 1
1269
+ p
1270
+ 2
1271
+ x
1272
+ 9
1273
+ for_block
1274
+ t
1275
+ n
1276
+ x
1277
+ 9
1278
+ __block__
1279
+ i
1280
+ 42
1281
+ 39
1282
+ 0
1283
+ 49
1284
+ 1
1285
+ 0
1286
+ 49
1287
+ 2
1288
+ 0
1289
+ 7
1290
+ 3
1291
+ 64
1292
+ 83
1293
+ 4
1294
+ 15
1295
+ 45
1296
+ 5
1297
+ 6
1298
+ 43
1299
+ 7
1300
+ 49
1301
+ 8
1302
+ 0
1303
+ 49
1304
+ 2
1305
+ 0
1306
+ 39
1307
+ 0
1308
+ 7
1309
+ 1
1310
+ 35
1311
+ 0
1312
+ 1
1313
+ 7
1314
+ 3
1315
+ 64
1316
+ 35
1317
+ 5
1318
+ 35
1319
+ 1
1320
+ 83
1321
+ 4
1322
+ 11
1323
+ I
1324
+ 7
1325
+ I
1326
+ 0
1327
+ I
1328
+ 0
1329
+ I
1330
+ 0
1331
+ I
1332
+ -2
1333
+ p
1334
+ 9
1335
+ x
1336
+ 7
1337
+ @person
1338
+ x
1339
+ 4
1340
+ name
1341
+ x
1342
+ 6
1343
+ should
1344
+ s
1345
+ 3
1346
+ Abe
1347
+ x
1348
+ 2
1349
+ ==
1350
+ x
1351
+ 6
1352
+ Primer
1353
+ n
1354
+ x
1355
+ 7
1356
+ Watcher
1357
+ x
1358
+ 8
1359
+ call_log
1360
+ p
1361
+ 5
1362
+ I
1363
+ 0
1364
+ I
1365
+ 2b
1366
+ I
1367
+ e
1368
+ I
1369
+ 2c
1370
+ I
1371
+ 2a
1372
+ x
1373
+ 72
1374
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1375
+ p
1376
+ 0
1377
+ s
1378
+ 38
1379
+ watches calls to has_many associations
1380
+ M
1381
+ 1
1382
+ p
1383
+ 2
1384
+ x
1385
+ 9
1386
+ for_block
1387
+ t
1388
+ n
1389
+ x
1390
+ 9
1391
+ __block__
1392
+ i
1393
+ 45
1394
+ 39
1395
+ 0
1396
+ 49
1397
+ 1
1398
+ 0
1399
+ 49
1400
+ 2
1401
+ 0
1402
+ 49
1403
+ 3
1404
+ 0
1405
+ 79
1406
+ 83
1407
+ 4
1408
+ 15
1409
+ 45
1410
+ 5
1411
+ 6
1412
+ 43
1413
+ 7
1414
+ 49
1415
+ 8
1416
+ 0
1417
+ 5
1418
+ 39
1419
+ 0
1420
+ 7
1421
+ 1
1422
+ 35
1423
+ 0
1424
+ 1
1425
+ 39
1426
+ 9
1427
+ 35
1428
+ 1
1429
+ 35
1430
+ 5
1431
+ 47
1432
+ 49
1433
+ 10
1434
+ 1
1435
+ 49
1436
+ 3
1437
+ 1
1438
+ 11
1439
+ I
1440
+ 8
1441
+ I
1442
+ 0
1443
+ I
1444
+ 0
1445
+ I
1446
+ 0
1447
+ I
1448
+ -2
1449
+ p
1450
+ 11
1451
+ x
1452
+ 7
1453
+ @person
1454
+ x
1455
+ 10
1456
+ blog_posts
1457
+ x
1458
+ 5
1459
+ count
1460
+ x
1461
+ 6
1462
+ should
1463
+ x
1464
+ 2
1465
+ ==
1466
+ x
1467
+ 6
1468
+ Primer
1469
+ n
1470
+ x
1471
+ 7
1472
+ Watcher
1473
+ x
1474
+ 8
1475
+ call_log
1476
+ x
1477
+ 5
1478
+ @post
1479
+ x
1480
+ 7
1481
+ include
1482
+ p
1483
+ 5
1484
+ I
1485
+ 0
1486
+ I
1487
+ 30
1488
+ I
1489
+ f
1490
+ I
1491
+ 31
1492
+ I
1493
+ 2d
1494
+ x
1495
+ 72
1496
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1497
+ p
1498
+ 0
1499
+ s
1500
+ 40
1501
+ watches calls to belongs_to associations
1502
+ M
1503
+ 1
1504
+ p
1505
+ 2
1506
+ x
1507
+ 9
1508
+ for_block
1509
+ t
1510
+ n
1511
+ x
1512
+ 9
1513
+ __block__
1514
+ i
1515
+ 41
1516
+ 39
1517
+ 0
1518
+ 49
1519
+ 1
1520
+ 0
1521
+ 49
1522
+ 2
1523
+ 0
1524
+ 39
1525
+ 3
1526
+ 83
1527
+ 4
1528
+ 15
1529
+ 45
1530
+ 5
1531
+ 6
1532
+ 43
1533
+ 7
1534
+ 49
1535
+ 8
1536
+ 0
1537
+ 5
1538
+ 39
1539
+ 0
1540
+ 7
1541
+ 1
1542
+ 35
1543
+ 0
1544
+ 1
1545
+ 39
1546
+ 3
1547
+ 35
1548
+ 5
1549
+ 47
1550
+ 49
1551
+ 9
1552
+ 1
1553
+ 49
1554
+ 2
1555
+ 1
1556
+ 11
1557
+ I
1558
+ 8
1559
+ I
1560
+ 0
1561
+ I
1562
+ 0
1563
+ I
1564
+ 0
1565
+ I
1566
+ -2
1567
+ p
1568
+ 10
1569
+ x
1570
+ 5
1571
+ @post
1572
+ x
1573
+ 6
1574
+ person
1575
+ x
1576
+ 6
1577
+ should
1578
+ x
1579
+ 7
1580
+ @person
1581
+ x
1582
+ 2
1583
+ ==
1584
+ x
1585
+ 6
1586
+ Primer
1587
+ n
1588
+ x
1589
+ 7
1590
+ Watcher
1591
+ x
1592
+ 8
1593
+ call_log
1594
+ x
1595
+ 7
1596
+ include
1597
+ p
1598
+ 5
1599
+ I
1600
+ 0
1601
+ I
1602
+ 35
1603
+ I
1604
+ d
1605
+ I
1606
+ 36
1607
+ I
1608
+ 29
1609
+ x
1610
+ 72
1611
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1612
+ p
1613
+ 0
1614
+ s
1615
+ 36
1616
+ logs calls made inside other methods
1617
+ M
1618
+ 1
1619
+ p
1620
+ 2
1621
+ x
1622
+ 9
1623
+ for_block
1624
+ t
1625
+ n
1626
+ x
1627
+ 9
1628
+ __block__
1629
+ i
1630
+ 57
1631
+ 39
1632
+ 0
1633
+ 49
1634
+ 1
1635
+ 0
1636
+ 49
1637
+ 2
1638
+ 0
1639
+ 39
1640
+ 3
1641
+ 7
1642
+ 4
1643
+ 64
1644
+ 35
1645
+ 2
1646
+ 83
1647
+ 5
1648
+ 15
1649
+ 45
1650
+ 6
1651
+ 7
1652
+ 43
1653
+ 8
1654
+ 49
1655
+ 9
1656
+ 0
1657
+ 49
1658
+ 2
1659
+ 0
1660
+ 39
1661
+ 0
1662
+ 7
1663
+ 10
1664
+ 35
1665
+ 0
1666
+ 1
1667
+ 39
1668
+ 3
1669
+ 35
1670
+ 5
1671
+ 39
1672
+ 0
1673
+ 7
1674
+ 11
1675
+ 35
1676
+ 0
1677
+ 1
1678
+ 7
1679
+ 4
1680
+ 64
1681
+ 35
1682
+ 5
1683
+ 35
1684
+ 2
1685
+ 83
1686
+ 5
1687
+ 11
1688
+ I
1689
+ 8
1690
+ I
1691
+ 0
1692
+ I
1693
+ 0
1694
+ I
1695
+ 0
1696
+ I
1697
+ -2
1698
+ p
1699
+ 12
1700
+ x
1701
+ 7
1702
+ @person
1703
+ x
1704
+ 14
1705
+ all_attributes
1706
+ x
1707
+ 6
1708
+ should
1709
+ x
1710
+ 3
1711
+ @id
1712
+ s
1713
+ 3
1714
+ Abe
1715
+ x
1716
+ 2
1717
+ ==
1718
+ x
1719
+ 6
1720
+ Primer
1721
+ n
1722
+ x
1723
+ 7
1724
+ Watcher
1725
+ x
1726
+ 8
1727
+ call_log
1728
+ x
1729
+ 2
1730
+ id
1731
+ x
1732
+ 4
1733
+ name
1734
+ p
1735
+ 9
1736
+ I
1737
+ 0
1738
+ I
1739
+ 3a
1740
+ I
1741
+ 12
1742
+ I
1743
+ 3b
1744
+ I
1745
+ 1d
1746
+ I
1747
+ 3c
1748
+ I
1749
+ 28
1750
+ I
1751
+ 3d
1752
+ I
1753
+ 39
1754
+ x
1755
+ 72
1756
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1757
+ p
1758
+ 0
1759
+ s
1760
+ 45
1761
+ publishes a message when an attribute changes
1762
+ M
1763
+ 1
1764
+ p
1765
+ 2
1766
+ x
1767
+ 9
1768
+ for_block
1769
+ t
1770
+ n
1771
+ x
1772
+ 9
1773
+ __block__
1774
+ i
1775
+ 53
1776
+ 5
1777
+ 7
1778
+ 0
1779
+ 7
1780
+ 1
1781
+ 64
1782
+ 7
1783
+ 2
1784
+ 64
1785
+ 5
1786
+ 48
1787
+ 3
1788
+ 5
1789
+ 48
1790
+ 3
1791
+ 47
1792
+ 49
1793
+ 4
1794
+ 5
1795
+ 15
1796
+ 5
1797
+ 7
1798
+ 5
1799
+ 7
1800
+ 6
1801
+ 64
1802
+ 7
1803
+ 2
1804
+ 64
1805
+ 39
1806
+ 7
1807
+ 49
1808
+ 8
1809
+ 0
1810
+ 7
1811
+ 9
1812
+ 64
1813
+ 47
1814
+ 49
1815
+ 4
1816
+ 5
1817
+ 15
1818
+ 39
1819
+ 7
1820
+ 7
1821
+ 10
1822
+ 7
1823
+ 11
1824
+ 64
1825
+ 49
1826
+ 12
1827
+ 2
1828
+ 11
1829
+ I
1830
+ 7
1831
+ I
1832
+ 0
1833
+ I
1834
+ 0
1835
+ I
1836
+ 0
1837
+ I
1838
+ -2
1839
+ p
1840
+ 13
1841
+ x
1842
+ 13
1843
+ active_record
1844
+ s
1845
+ 6
1846
+ update
1847
+ s
1848
+ 6
1849
+ Person
1850
+ x
1851
+ 8
1852
+ anything
1853
+ x
1854
+ 14
1855
+ should_publish
1856
+ x
1857
+ 7
1858
+ changes
1859
+ s
1860
+ 12
1861
+ ActiveRecord
1862
+ x
1863
+ 7
1864
+ @person
1865
+ x
1866
+ 2
1867
+ id
1868
+ s
1869
+ 4
1870
+ name
1871
+ x
1872
+ 4
1873
+ name
1874
+ s
1875
+ 5
1876
+ Aaron
1877
+ x
1878
+ 16
1879
+ update_attribute
1880
+ p
1881
+ 7
1882
+ I
1883
+ 0
1884
+ I
1885
+ 42
1886
+ I
1887
+ 14
1888
+ I
1889
+ 43
1890
+ I
1891
+ 2a
1892
+ I
1893
+ 44
1894
+ I
1895
+ 35
1896
+ x
1897
+ 72
1898
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
1899
+ p
1900
+ 0
1901
+ s
1902
+ 44
1903
+ publishes messages when an object is deleted
1904
+ M
1905
+ 1
1906
+ p
1907
+ 2
1908
+ x
1909
+ 9
1910
+ for_block
1911
+ t
1912
+ n
1913
+ x
1914
+ 9
1915
+ __block__
1916
+ i
1917
+ 111
1918
+ 5
1919
+ 7
1920
+ 0
1921
+ 7
1922
+ 1
1923
+ 64
1924
+ 7
1925
+ 2
1926
+ 64
1927
+ 5
1928
+ 48
1929
+ 3
1930
+ 47
1931
+ 49
1932
+ 4
1933
+ 4
1934
+ 15
1935
+ 5
1936
+ 7
1937
+ 5
1938
+ 7
1939
+ 6
1940
+ 64
1941
+ 7
1942
+ 2
1943
+ 64
1944
+ 39
1945
+ 7
1946
+ 49
1947
+ 8
1948
+ 0
1949
+ 7
1950
+ 9
1951
+ 64
1952
+ 47
1953
+ 49
1954
+ 4
1955
+ 5
1956
+ 15
1957
+ 5
1958
+ 7
1959
+ 5
1960
+ 7
1961
+ 6
1962
+ 64
1963
+ 7
1964
+ 2
1965
+ 64
1966
+ 39
1967
+ 7
1968
+ 49
1969
+ 8
1970
+ 0
1971
+ 7
1972
+ 10
1973
+ 64
1974
+ 47
1975
+ 49
1976
+ 4
1977
+ 5
1978
+ 15
1979
+ 5
1980
+ 7
1981
+ 5
1982
+ 7
1983
+ 6
1984
+ 64
1985
+ 7
1986
+ 2
1987
+ 64
1988
+ 39
1989
+ 7
1990
+ 49
1991
+ 8
1992
+ 0
1993
+ 7
1994
+ 11
1995
+ 64
1996
+ 47
1997
+ 49
1998
+ 4
1999
+ 5
2000
+ 15
2001
+ 5
2002
+ 7
2003
+ 5
2004
+ 7
2005
+ 6
2006
+ 64
2007
+ 7
2008
+ 12
2009
+ 64
2010
+ 39
2011
+ 13
2012
+ 49
2013
+ 8
2014
+ 0
2015
+ 7
2016
+ 14
2017
+ 64
2018
+ 47
2019
+ 49
2020
+ 4
2021
+ 5
2022
+ 15
2023
+ 39
2024
+ 7
2025
+ 49
2026
+ 15
2027
+ 0
2028
+ 11
2029
+ I
2030
+ 7
2031
+ I
2032
+ 0
2033
+ I
2034
+ 0
2035
+ I
2036
+ 0
2037
+ I
2038
+ -2
2039
+ p
2040
+ 16
2041
+ x
2042
+ 13
2043
+ active_record
2044
+ s
2045
+ 7
2046
+ destroy
2047
+ s
2048
+ 6
2049
+ Person
2050
+ x
2051
+ 8
2052
+ anything
2053
+ x
2054
+ 14
2055
+ should_publish
2056
+ x
2057
+ 7
2058
+ changes
2059
+ s
2060
+ 12
2061
+ ActiveRecord
2062
+ x
2063
+ 7
2064
+ @person
2065
+ x
2066
+ 2
2067
+ id
2068
+ s
2069
+ 2
2070
+ id
2071
+ s
2072
+ 4
2073
+ name
2074
+ s
2075
+ 3
2076
+ age
2077
+ s
2078
+ 8
2079
+ BlogPost
2080
+ x
2081
+ 5
2082
+ @post
2083
+ s
2084
+ 6
2085
+ person
2086
+ x
2087
+ 7
2088
+ destroy
2089
+ p
2090
+ 13
2091
+ I
2092
+ 0
2093
+ I
2094
+ 48
2095
+ I
2096
+ 11
2097
+ I
2098
+ 49
2099
+ I
2100
+ 27
2101
+ I
2102
+ 4a
2103
+ I
2104
+ 3d
2105
+ I
2106
+ 4b
2107
+ I
2108
+ 53
2109
+ I
2110
+ 4c
2111
+ I
2112
+ 69
2113
+ I
2114
+ 4d
2115
+ I
2116
+ 6f
2117
+ x
2118
+ 72
2119
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
2120
+ p
2121
+ 0
2122
+ s
2123
+ 79
2124
+ publishes a message about a belongs_to association when the foreign key changes
2125
+ M
2126
+ 1
2127
+ p
2128
+ 2
2129
+ x
2130
+ 9
2131
+ for_block
2132
+ t
2133
+ n
2134
+ x
2135
+ 9
2136
+ __block__
2137
+ i
2138
+ 72
2139
+ 5
2140
+ 7
2141
+ 0
2142
+ 7
2143
+ 1
2144
+ 64
2145
+ 7
2146
+ 2
2147
+ 64
2148
+ 5
2149
+ 48
2150
+ 3
2151
+ 47
2152
+ 49
2153
+ 4
2154
+ 4
2155
+ 15
2156
+ 5
2157
+ 7
2158
+ 5
2159
+ 7
2160
+ 6
2161
+ 64
2162
+ 7
2163
+ 7
2164
+ 64
2165
+ 39
2166
+ 8
2167
+ 49
2168
+ 9
2169
+ 0
2170
+ 7
2171
+ 10
2172
+ 64
2173
+ 47
2174
+ 49
2175
+ 4
2176
+ 5
2177
+ 15
2178
+ 45
2179
+ 11
2180
+ 12
2181
+ 44
2182
+ 43
2183
+ 13
2184
+ 80
2185
+ 49
2186
+ 14
2187
+ 1
2188
+ 13
2189
+ 7
2190
+ 15
2191
+ 39
2192
+ 8
2193
+ 49
2194
+ 16
2195
+ 2
2196
+ 15
2197
+ 13
2198
+ 7
2199
+ 17
2200
+ 7
2201
+ 18
2202
+ 64
2203
+ 49
2204
+ 16
2205
+ 2
2206
+ 15
2207
+ 49
2208
+ 19
2209
+ 1
2210
+ 11
2211
+ I
2212
+ 7
2213
+ I
2214
+ 0
2215
+ I
2216
+ 0
2217
+ I
2218
+ 0
2219
+ I
2220
+ -2
2221
+ p
2222
+ 20
2223
+ x
2224
+ 13
2225
+ active_record
2226
+ s
2227
+ 6
2228
+ create
2229
+ s
2230
+ 8
2231
+ BlogPost
2232
+ x
2233
+ 8
2234
+ anything
2235
+ x
2236
+ 14
2237
+ should_publish
2238
+ x
2239
+ 7
2240
+ changes
2241
+ s
2242
+ 12
2243
+ ActiveRecord
2244
+ s
2245
+ 6
2246
+ Person
2247
+ x
2248
+ 7
2249
+ @person
2250
+ x
2251
+ 2
2252
+ id
2253
+ s
2254
+ 10
2255
+ blog_posts
2256
+ x
2257
+ 8
2258
+ BlogPost
2259
+ n
2260
+ x
2261
+ 4
2262
+ Hash
2263
+ x
2264
+ 16
2265
+ new_from_literal
2266
+ x
2267
+ 6
2268
+ person
2269
+ x
2270
+ 3
2271
+ []=
2272
+ x
2273
+ 5
2274
+ title
2275
+ s
2276
+ 26
2277
+ How to make a time machine
2278
+ x
2279
+ 6
2280
+ create
2281
+ p
2282
+ 7
2283
+ I
2284
+ 0
2285
+ I
2286
+ 51
2287
+ I
2288
+ 11
2289
+ I
2290
+ 52
2291
+ I
2292
+ 27
2293
+ I
2294
+ 53
2295
+ I
2296
+ 48
2297
+ x
2298
+ 72
2299
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
2300
+ p
2301
+ 0
2302
+ s
2303
+ 74
2304
+ publishes a message about a belongs_to association when the object changes
2305
+ M
2306
+ 1
2307
+ p
2308
+ 2
2309
+ x
2310
+ 9
2311
+ for_block
2312
+ t
2313
+ n
2314
+ x
2315
+ 9
2316
+ __block__
2317
+ i
2318
+ 118
2319
+ 5
2320
+ 7
2321
+ 0
2322
+ 7
2323
+ 1
2324
+ 64
2325
+ 7
2326
+ 2
2327
+ 64
2328
+ 5
2329
+ 48
2330
+ 3
2331
+ 5
2332
+ 48
2333
+ 3
2334
+ 47
2335
+ 49
2336
+ 4
2337
+ 5
2338
+ 15
2339
+ 5
2340
+ 7
2341
+ 5
2342
+ 7
2343
+ 6
2344
+ 64
2345
+ 7
2346
+ 2
2347
+ 64
2348
+ 39
2349
+ 7
2350
+ 49
2351
+ 8
2352
+ 0
2353
+ 7
2354
+ 9
2355
+ 64
2356
+ 47
2357
+ 49
2358
+ 4
2359
+ 5
2360
+ 15
2361
+ 5
2362
+ 7
2363
+ 5
2364
+ 7
2365
+ 6
2366
+ 64
2367
+ 7
2368
+ 2
2369
+ 64
2370
+ 39
2371
+ 7
2372
+ 49
2373
+ 8
2374
+ 0
2375
+ 7
2376
+ 10
2377
+ 64
2378
+ 47
2379
+ 49
2380
+ 4
2381
+ 5
2382
+ 15
2383
+ 5
2384
+ 7
2385
+ 5
2386
+ 7
2387
+ 6
2388
+ 64
2389
+ 7
2390
+ 11
2391
+ 64
2392
+ 39
2393
+ 12
2394
+ 49
2395
+ 8
2396
+ 0
2397
+ 7
2398
+ 13
2399
+ 64
2400
+ 47
2401
+ 49
2402
+ 4
2403
+ 5
2404
+ 15
2405
+ 5
2406
+ 7
2407
+ 5
2408
+ 7
2409
+ 6
2410
+ 64
2411
+ 7
2412
+ 11
2413
+ 64
2414
+ 39
2415
+ 14
2416
+ 49
2417
+ 8
2418
+ 0
2419
+ 7
2420
+ 13
2421
+ 64
2422
+ 47
2423
+ 49
2424
+ 4
2425
+ 5
2426
+ 15
2427
+ 39
2428
+ 7
2429
+ 7
2430
+ 15
2431
+ 39
2432
+ 12
2433
+ 49
2434
+ 16
2435
+ 2
2436
+ 11
2437
+ I
2438
+ 7
2439
+ I
2440
+ 0
2441
+ I
2442
+ 0
2443
+ I
2444
+ 0
2445
+ I
2446
+ -2
2447
+ p
2448
+ 17
2449
+ x
2450
+ 13
2451
+ active_record
2452
+ s
2453
+ 6
2454
+ update
2455
+ s
2456
+ 8
2457
+ BlogPost
2458
+ x
2459
+ 8
2460
+ anything
2461
+ x
2462
+ 14
2463
+ should_publish
2464
+ x
2465
+ 7
2466
+ changes
2467
+ s
2468
+ 12
2469
+ ActiveRecord
2470
+ x
2471
+ 5
2472
+ @post
2473
+ x
2474
+ 2
2475
+ id
2476
+ s
2477
+ 9
2478
+ person_id
2479
+ s
2480
+ 6
2481
+ person
2482
+ s
2483
+ 6
2484
+ Person
2485
+ x
2486
+ 9
2487
+ @impostor
2488
+ s
2489
+ 10
2490
+ blog_posts
2491
+ x
2492
+ 7
2493
+ @person
2494
+ x
2495
+ 6
2496
+ person
2497
+ x
2498
+ 16
2499
+ update_attribute
2500
+ p
2501
+ 13
2502
+ I
2503
+ 0
2504
+ I
2505
+ 57
2506
+ I
2507
+ 14
2508
+ I
2509
+ 58
2510
+ I
2511
+ 2a
2512
+ I
2513
+ 59
2514
+ I
2515
+ 40
2516
+ I
2517
+ 5a
2518
+ I
2519
+ 56
2520
+ I
2521
+ 5b
2522
+ I
2523
+ 6c
2524
+ I
2525
+ 5c
2526
+ I
2527
+ 76
2528
+ x
2529
+ 72
2530
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
2531
+ p
2532
+ 0
2533
+ s
2534
+ 61
2535
+ publishes a message when a has_many collection gains a member
2536
+ M
2537
+ 1
2538
+ p
2539
+ 2
2540
+ x
2541
+ 9
2542
+ for_block
2543
+ t
2544
+ n
2545
+ x
2546
+ 9
2547
+ __block__
2548
+ i
2549
+ 72
2550
+ 5
2551
+ 7
2552
+ 0
2553
+ 7
2554
+ 1
2555
+ 64
2556
+ 7
2557
+ 2
2558
+ 64
2559
+ 5
2560
+ 48
2561
+ 3
2562
+ 47
2563
+ 49
2564
+ 4
2565
+ 4
2566
+ 15
2567
+ 5
2568
+ 7
2569
+ 5
2570
+ 7
2571
+ 6
2572
+ 64
2573
+ 7
2574
+ 7
2575
+ 64
2576
+ 39
2577
+ 8
2578
+ 49
2579
+ 9
2580
+ 0
2581
+ 7
2582
+ 10
2583
+ 64
2584
+ 47
2585
+ 49
2586
+ 4
2587
+ 5
2588
+ 15
2589
+ 45
2590
+ 11
2591
+ 12
2592
+ 44
2593
+ 43
2594
+ 13
2595
+ 80
2596
+ 49
2597
+ 14
2598
+ 1
2599
+ 13
2600
+ 7
2601
+ 15
2602
+ 39
2603
+ 8
2604
+ 49
2605
+ 16
2606
+ 2
2607
+ 15
2608
+ 13
2609
+ 7
2610
+ 17
2611
+ 7
2612
+ 18
2613
+ 64
2614
+ 49
2615
+ 16
2616
+ 2
2617
+ 15
2618
+ 49
2619
+ 19
2620
+ 1
2621
+ 11
2622
+ I
2623
+ 7
2624
+ I
2625
+ 0
2626
+ I
2627
+ 0
2628
+ I
2629
+ 0
2630
+ I
2631
+ -2
2632
+ p
2633
+ 20
2634
+ x
2635
+ 13
2636
+ active_record
2637
+ s
2638
+ 6
2639
+ create
2640
+ s
2641
+ 8
2642
+ BlogPost
2643
+ x
2644
+ 8
2645
+ anything
2646
+ x
2647
+ 14
2648
+ should_publish
2649
+ x
2650
+ 7
2651
+ changes
2652
+ s
2653
+ 12
2654
+ ActiveRecord
2655
+ s
2656
+ 6
2657
+ Person
2658
+ x
2659
+ 7
2660
+ @person
2661
+ x
2662
+ 2
2663
+ id
2664
+ s
2665
+ 10
2666
+ blog_posts
2667
+ x
2668
+ 8
2669
+ BlogPost
2670
+ n
2671
+ x
2672
+ 4
2673
+ Hash
2674
+ x
2675
+ 16
2676
+ new_from_literal
2677
+ x
2678
+ 6
2679
+ person
2680
+ x
2681
+ 3
2682
+ []=
2683
+ x
2684
+ 5
2685
+ title
2686
+ s
2687
+ 26
2688
+ How to make a time machine
2689
+ x
2690
+ 6
2691
+ create
2692
+ p
2693
+ 7
2694
+ I
2695
+ 0
2696
+ I
2697
+ 60
2698
+ I
2699
+ 11
2700
+ I
2701
+ 61
2702
+ I
2703
+ 27
2704
+ I
2705
+ 62
2706
+ I
2707
+ 48
2708
+ x
2709
+ 72
2710
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
2711
+ p
2712
+ 0
2713
+ s
2714
+ 61
2715
+ publishes a message when a has_many collection loses a member
2716
+ M
2717
+ 1
2718
+ p
2719
+ 2
2720
+ x
2721
+ 9
2722
+ for_block
2723
+ t
2724
+ n
2725
+ x
2726
+ 9
2727
+ __block__
2728
+ i
2729
+ 133
2730
+ 5
2731
+ 7
2732
+ 0
2733
+ 7
2734
+ 1
2735
+ 64
2736
+ 7
2737
+ 2
2738
+ 64
2739
+ 5
2740
+ 48
2741
+ 3
2742
+ 47
2743
+ 49
2744
+ 4
2745
+ 4
2746
+ 15
2747
+ 5
2748
+ 7
2749
+ 5
2750
+ 7
2751
+ 6
2752
+ 64
2753
+ 7
2754
+ 2
2755
+ 64
2756
+ 39
2757
+ 7
2758
+ 49
2759
+ 8
2760
+ 0
2761
+ 7
2762
+ 9
2763
+ 64
2764
+ 47
2765
+ 49
2766
+ 4
2767
+ 5
2768
+ 15
2769
+ 5
2770
+ 7
2771
+ 5
2772
+ 7
2773
+ 6
2774
+ 64
2775
+ 7
2776
+ 2
2777
+ 64
2778
+ 39
2779
+ 7
2780
+ 49
2781
+ 8
2782
+ 0
2783
+ 7
2784
+ 10
2785
+ 64
2786
+ 47
2787
+ 49
2788
+ 4
2789
+ 5
2790
+ 15
2791
+ 5
2792
+ 7
2793
+ 5
2794
+ 7
2795
+ 6
2796
+ 64
2797
+ 7
2798
+ 2
2799
+ 64
2800
+ 39
2801
+ 7
2802
+ 49
2803
+ 8
2804
+ 0
2805
+ 7
2806
+ 11
2807
+ 64
2808
+ 47
2809
+ 49
2810
+ 4
2811
+ 5
2812
+ 15
2813
+ 5
2814
+ 7
2815
+ 5
2816
+ 7
2817
+ 6
2818
+ 64
2819
+ 7
2820
+ 2
2821
+ 64
2822
+ 39
2823
+ 7
2824
+ 49
2825
+ 8
2826
+ 0
2827
+ 7
2828
+ 12
2829
+ 64
2830
+ 47
2831
+ 49
2832
+ 4
2833
+ 5
2834
+ 15
2835
+ 5
2836
+ 7
2837
+ 5
2838
+ 7
2839
+ 6
2840
+ 64
2841
+ 7
2842
+ 13
2843
+ 64
2844
+ 39
2845
+ 14
2846
+ 49
2847
+ 8
2848
+ 0
2849
+ 7
2850
+ 15
2851
+ 64
2852
+ 47
2853
+ 49
2854
+ 4
2855
+ 5
2856
+ 15
2857
+ 39
2858
+ 7
2859
+ 49
2860
+ 16
2861
+ 0
2862
+ 11
2863
+ I
2864
+ 7
2865
+ I
2866
+ 0
2867
+ I
2868
+ 0
2869
+ I
2870
+ 0
2871
+ I
2872
+ -2
2873
+ p
2874
+ 17
2875
+ x
2876
+ 13
2877
+ active_record
2878
+ s
2879
+ 7
2880
+ destroy
2881
+ s
2882
+ 8
2883
+ BlogPost
2884
+ x
2885
+ 8
2886
+ anything
2887
+ x
2888
+ 14
2889
+ should_publish
2890
+ x
2891
+ 7
2892
+ changes
2893
+ s
2894
+ 12
2895
+ ActiveRecord
2896
+ x
2897
+ 5
2898
+ @post
2899
+ x
2900
+ 2
2901
+ id
2902
+ s
2903
+ 2
2904
+ id
2905
+ s
2906
+ 9
2907
+ person_id
2908
+ s
2909
+ 5
2910
+ title
2911
+ s
2912
+ 6
2913
+ person
2914
+ s
2915
+ 6
2916
+ Person
2917
+ x
2918
+ 7
2919
+ @person
2920
+ s
2921
+ 10
2922
+ blog_posts
2923
+ x
2924
+ 7
2925
+ destroy
2926
+ p
2927
+ 15
2928
+ I
2929
+ 0
2930
+ I
2931
+ 66
2932
+ I
2933
+ 11
2934
+ I
2935
+ 67
2936
+ I
2937
+ 27
2938
+ I
2939
+ 68
2940
+ I
2941
+ 3d
2942
+ I
2943
+ 69
2944
+ I
2945
+ 53
2946
+ I
2947
+ 6a
2948
+ I
2949
+ 69
2950
+ I
2951
+ 6b
2952
+ I
2953
+ 7f
2954
+ I
2955
+ 6c
2956
+ I
2957
+ 85
2958
+ x
2959
+ 72
2960
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
2961
+ p
2962
+ 0
2963
+ s
2964
+ 76
2965
+ publishes a message when an object is pushed to a has_many :through has_many
2966
+ M
2967
+ 1
2968
+ p
2969
+ 2
2970
+ x
2971
+ 9
2972
+ for_block
2973
+ t
2974
+ n
2975
+ x
2976
+ 9
2977
+ __block__
2978
+ i
2979
+ 94
2980
+ 5
2981
+ 7
2982
+ 0
2983
+ 7
2984
+ 1
2985
+ 64
2986
+ 7
2987
+ 2
2988
+ 64
2989
+ 5
2990
+ 48
2991
+ 3
2992
+ 47
2993
+ 49
2994
+ 4
2995
+ 4
2996
+ 15
2997
+ 5
2998
+ 7
2999
+ 5
3000
+ 7
3001
+ 6
3002
+ 64
3003
+ 7
3004
+ 7
3005
+ 64
3006
+ 39
3007
+ 8
3008
+ 49
3009
+ 9
3010
+ 0
3011
+ 7
3012
+ 10
3013
+ 64
3014
+ 47
3015
+ 49
3016
+ 4
3017
+ 5
3018
+ 15
3019
+ 5
3020
+ 7
3021
+ 5
3022
+ 7
3023
+ 6
3024
+ 64
3025
+ 7
3026
+ 11
3027
+ 64
3028
+ 39
3029
+ 12
3030
+ 49
3031
+ 9
3032
+ 0
3033
+ 7
3034
+ 10
3035
+ 64
3036
+ 47
3037
+ 49
3038
+ 4
3039
+ 5
3040
+ 15
3041
+ 5
3042
+ 7
3043
+ 5
3044
+ 7
3045
+ 6
3046
+ 64
3047
+ 7
3048
+ 11
3049
+ 64
3050
+ 39
3051
+ 12
3052
+ 49
3053
+ 9
3054
+ 0
3055
+ 7
3056
+ 13
3057
+ 64
3058
+ 47
3059
+ 49
3060
+ 4
3061
+ 5
3062
+ 15
3063
+ 39
3064
+ 12
3065
+ 49
3066
+ 14
3067
+ 0
3068
+ 39
3069
+ 8
3070
+ 49
3071
+ 15
3072
+ 1
3073
+ 11
3074
+ I
3075
+ 7
3076
+ I
3077
+ 0
3078
+ I
3079
+ 0
3080
+ I
3081
+ 0
3082
+ I
3083
+ -2
3084
+ p
3085
+ 16
3086
+ x
3087
+ 13
3088
+ active_record
3089
+ s
3090
+ 6
3091
+ create
3092
+ s
3093
+ 11
3094
+ Performance
3095
+ x
3096
+ 8
3097
+ anything
3098
+ x
3099
+ 14
3100
+ should_publish
3101
+ x
3102
+ 7
3103
+ changes
3104
+ s
3105
+ 12
3106
+ ActiveRecord
3107
+ s
3108
+ 7
3109
+ Concert
3110
+ x
3111
+ 8
3112
+ @concert
3113
+ x
3114
+ 2
3115
+ id
3116
+ s
3117
+ 12
3118
+ performances
3119
+ s
3120
+ 6
3121
+ Artist
3122
+ x
3123
+ 7
3124
+ @artist
3125
+ s
3126
+ 8
3127
+ concerts
3128
+ x
3129
+ 8
3130
+ concerts
3131
+ x
3132
+ 2
3133
+ <<
3134
+ p
3135
+ 11
3136
+ I
3137
+ 0
3138
+ I
3139
+ 70
3140
+ I
3141
+ 11
3142
+ I
3143
+ 71
3144
+ I
3145
+ 27
3146
+ I
3147
+ 72
3148
+ I
3149
+ 3d
3150
+ I
3151
+ 73
3152
+ I
3153
+ 53
3154
+ I
3155
+ 74
3156
+ I
3157
+ 5e
3158
+ x
3159
+ 72
3160
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
3161
+ p
3162
+ 0
3163
+ s
3164
+ 80
3165
+ publishes a message when a join object is pushed to a has_many :through has_many
3166
+ M
3167
+ 1
3168
+ p
3169
+ 2
3170
+ x
3171
+ 9
3172
+ for_block
3173
+ t
3174
+ n
3175
+ x
3176
+ 9
3177
+ __block__
3178
+ i
3179
+ 148
3180
+ 5
3181
+ 7
3182
+ 0
3183
+ 7
3184
+ 1
3185
+ 64
3186
+ 7
3187
+ 2
3188
+ 64
3189
+ 5
3190
+ 48
3191
+ 3
3192
+ 47
3193
+ 49
3194
+ 4
3195
+ 4
3196
+ 15
3197
+ 5
3198
+ 7
3199
+ 5
3200
+ 7
3201
+ 6
3202
+ 64
3203
+ 7
3204
+ 7
3205
+ 64
3206
+ 39
3207
+ 8
3208
+ 49
3209
+ 9
3210
+ 0
3211
+ 7
3212
+ 10
3213
+ 64
3214
+ 47
3215
+ 49
3216
+ 4
3217
+ 5
3218
+ 15
3219
+ 5
3220
+ 7
3221
+ 5
3222
+ 7
3223
+ 6
3224
+ 64
3225
+ 7
3226
+ 11
3227
+ 64
3228
+ 39
3229
+ 12
3230
+ 49
3231
+ 9
3232
+ 0
3233
+ 7
3234
+ 10
3235
+ 64
3236
+ 47
3237
+ 49
3238
+ 4
3239
+ 5
3240
+ 15
3241
+ 5
3242
+ 7
3243
+ 5
3244
+ 7
3245
+ 6
3246
+ 64
3247
+ 7
3248
+ 11
3249
+ 64
3250
+ 39
3251
+ 12
3252
+ 49
3253
+ 9
3254
+ 0
3255
+ 7
3256
+ 13
3257
+ 64
3258
+ 47
3259
+ 49
3260
+ 4
3261
+ 5
3262
+ 15
3263
+ 39
3264
+ 12
3265
+ 49
3266
+ 14
3267
+ 0
3268
+ 45
3269
+ 15
3270
+ 16
3271
+ 13
3272
+ 71
3273
+ 17
3274
+ 47
3275
+ 9
3276
+ 125
3277
+ 47
3278
+ 49
3279
+ 18
3280
+ 0
3281
+ 13
3282
+ 44
3283
+ 43
3284
+ 19
3285
+ 79
3286
+ 49
3287
+ 20
3288
+ 1
3289
+ 13
3290
+ 7
3291
+ 21
3292
+ 39
3293
+ 8
3294
+ 49
3295
+ 22
3296
+ 2
3297
+ 15
3298
+ 47
3299
+ 49
3300
+ 23
3301
+ 1
3302
+ 15
3303
+ 8
3304
+ 144
3305
+ 44
3306
+ 43
3307
+ 19
3308
+ 79
3309
+ 49
3310
+ 20
3311
+ 1
3312
+ 13
3313
+ 7
3314
+ 21
3315
+ 39
3316
+ 8
3317
+ 49
3318
+ 22
3319
+ 2
3320
+ 15
3321
+ 49
3322
+ 17
3323
+ 1
3324
+ 49
3325
+ 24
3326
+ 1
3327
+ 11
3328
+ I
3329
+ 8
3330
+ I
3331
+ 0
3332
+ I
3333
+ 0
3334
+ I
3335
+ 0
3336
+ I
3337
+ -2
3338
+ p
3339
+ 25
3340
+ x
3341
+ 13
3342
+ active_record
3343
+ s
3344
+ 6
3345
+ create
3346
+ s
3347
+ 11
3348
+ Performance
3349
+ x
3350
+ 8
3351
+ anything
3352
+ x
3353
+ 14
3354
+ should_publish
3355
+ x
3356
+ 7
3357
+ changes
3358
+ s
3359
+ 12
3360
+ ActiveRecord
3361
+ s
3362
+ 7
3363
+ Concert
3364
+ x
3365
+ 8
3366
+ @concert
3367
+ x
3368
+ 2
3369
+ id
3370
+ s
3371
+ 12
3372
+ performances
3373
+ s
3374
+ 6
3375
+ Artist
3376
+ x
3377
+ 7
3378
+ @artist
3379
+ s
3380
+ 8
3381
+ concerts
3382
+ x
3383
+ 12
3384
+ performances
3385
+ x
3386
+ 11
3387
+ Performance
3388
+ n
3389
+ x
3390
+ 3
3391
+ new
3392
+ x
3393
+ 8
3394
+ allocate
3395
+ x
3396
+ 4
3397
+ Hash
3398
+ x
3399
+ 16
3400
+ new_from_literal
3401
+ x
3402
+ 7
3403
+ concert
3404
+ x
3405
+ 3
3406
+ []=
3407
+ x
3408
+ 10
3409
+ initialize
3410
+ x
3411
+ 2
3412
+ <<
3413
+ p
3414
+ 11
3415
+ I
3416
+ 0
3417
+ I
3418
+ 78
3419
+ I
3420
+ 11
3421
+ I
3422
+ 79
3423
+ I
3424
+ 27
3425
+ I
3426
+ 7a
3427
+ I
3428
+ 3d
3429
+ I
3430
+ 7b
3431
+ I
3432
+ 53
3433
+ I
3434
+ 7c
3435
+ I
3436
+ 94
3437
+ x
3438
+ 72
3439
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
3440
+ p
3441
+ 0
3442
+ s
3443
+ 80
3444
+ publishes a message when a join object is created for has_many :through has_many
3445
+ M
3446
+ 1
3447
+ p
3448
+ 2
3449
+ x
3450
+ 9
3451
+ for_block
3452
+ t
3453
+ n
3454
+ x
3455
+ 9
3456
+ __block__
3457
+ i
3458
+ 115
3459
+ 5
3460
+ 7
3461
+ 0
3462
+ 7
3463
+ 1
3464
+ 64
3465
+ 7
3466
+ 2
3467
+ 64
3468
+ 5
3469
+ 48
3470
+ 3
3471
+ 47
3472
+ 49
3473
+ 4
3474
+ 4
3475
+ 15
3476
+ 5
3477
+ 7
3478
+ 5
3479
+ 7
3480
+ 6
3481
+ 64
3482
+ 7
3483
+ 7
3484
+ 64
3485
+ 39
3486
+ 8
3487
+ 49
3488
+ 9
3489
+ 0
3490
+ 7
3491
+ 10
3492
+ 64
3493
+ 47
3494
+ 49
3495
+ 4
3496
+ 5
3497
+ 15
3498
+ 5
3499
+ 7
3500
+ 5
3501
+ 7
3502
+ 6
3503
+ 64
3504
+ 7
3505
+ 11
3506
+ 64
3507
+ 39
3508
+ 12
3509
+ 49
3510
+ 9
3511
+ 0
3512
+ 7
3513
+ 10
3514
+ 64
3515
+ 47
3516
+ 49
3517
+ 4
3518
+ 5
3519
+ 15
3520
+ 5
3521
+ 7
3522
+ 5
3523
+ 7
3524
+ 6
3525
+ 64
3526
+ 7
3527
+ 11
3528
+ 64
3529
+ 39
3530
+ 12
3531
+ 49
3532
+ 9
3533
+ 0
3534
+ 7
3535
+ 13
3536
+ 64
3537
+ 47
3538
+ 49
3539
+ 4
3540
+ 5
3541
+ 15
3542
+ 45
3543
+ 14
3544
+ 15
3545
+ 44
3546
+ 43
3547
+ 16
3548
+ 80
3549
+ 49
3550
+ 17
3551
+ 1
3552
+ 13
3553
+ 7
3554
+ 18
3555
+ 39
3556
+ 8
3557
+ 49
3558
+ 19
3559
+ 2
3560
+ 15
3561
+ 13
3562
+ 7
3563
+ 20
3564
+ 39
3565
+ 12
3566
+ 49
3567
+ 19
3568
+ 2
3569
+ 15
3570
+ 49
3571
+ 21
3572
+ 1
3573
+ 11
3574
+ I
3575
+ 7
3576
+ I
3577
+ 0
3578
+ I
3579
+ 0
3580
+ I
3581
+ 0
3582
+ I
3583
+ -2
3584
+ p
3585
+ 22
3586
+ x
3587
+ 13
3588
+ active_record
3589
+ s
3590
+ 6
3591
+ create
3592
+ s
3593
+ 11
3594
+ Performance
3595
+ x
3596
+ 8
3597
+ anything
3598
+ x
3599
+ 14
3600
+ should_publish
3601
+ x
3602
+ 7
3603
+ changes
3604
+ s
3605
+ 12
3606
+ ActiveRecord
3607
+ s
3608
+ 7
3609
+ Concert
3610
+ x
3611
+ 8
3612
+ @concert
3613
+ x
3614
+ 2
3615
+ id
3616
+ s
3617
+ 12
3618
+ performances
3619
+ s
3620
+ 6
3621
+ Artist
3622
+ x
3623
+ 7
3624
+ @artist
3625
+ s
3626
+ 8
3627
+ concerts
3628
+ x
3629
+ 11
3630
+ Performance
3631
+ n
3632
+ x
3633
+ 4
3634
+ Hash
3635
+ x
3636
+ 16
3637
+ new_from_literal
3638
+ x
3639
+ 7
3640
+ concert
3641
+ x
3642
+ 3
3643
+ []=
3644
+ x
3645
+ 6
3646
+ artist
3647
+ x
3648
+ 6
3649
+ create
3650
+ p
3651
+ 11
3652
+ I
3653
+ 0
3654
+ I
3655
+ 80
3656
+ I
3657
+ 11
3658
+ I
3659
+ 81
3660
+ I
3661
+ 27
3662
+ I
3663
+ 82
3664
+ I
3665
+ 3d
3666
+ I
3667
+ 83
3668
+ I
3669
+ 53
3670
+ I
3671
+ 84
3672
+ I
3673
+ 73
3674
+ x
3675
+ 72
3676
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
3677
+ p
3678
+ 0
3679
+ s
3680
+ 93
3681
+ publishes messages when a join object is deleted from a has_many :through has_many collection
3682
+ M
3683
+ 1
3684
+ p
3685
+ 2
3686
+ x
3687
+ 9
3688
+ for_block
3689
+ t
3690
+ n
3691
+ x
3692
+ 9
3693
+ __block__
3694
+ i
3695
+ 216
3696
+ 39
3697
+ 0
3698
+ 49
3699
+ 1
3700
+ 0
3701
+ 49
3702
+ 2
3703
+ 0
3704
+ 38
3705
+ 3
3706
+ 15
3707
+ 5
3708
+ 7
3709
+ 4
3710
+ 7
3711
+ 5
3712
+ 64
3713
+ 7
3714
+ 6
3715
+ 64
3716
+ 5
3717
+ 48
3718
+ 7
3719
+ 47
3720
+ 49
3721
+ 8
3722
+ 4
3723
+ 15
3724
+ 5
3725
+ 7
3726
+ 9
3727
+ 7
3728
+ 10
3729
+ 64
3730
+ 7
3731
+ 6
3732
+ 64
3733
+ 39
3734
+ 3
3735
+ 49
3736
+ 11
3737
+ 0
3738
+ 7
3739
+ 12
3740
+ 64
3741
+ 47
3742
+ 49
3743
+ 8
3744
+ 5
3745
+ 15
3746
+ 5
3747
+ 7
3748
+ 9
3749
+ 7
3750
+ 10
3751
+ 64
3752
+ 7
3753
+ 6
3754
+ 64
3755
+ 39
3756
+ 3
3757
+ 49
3758
+ 11
3759
+ 0
3760
+ 7
3761
+ 13
3762
+ 64
3763
+ 47
3764
+ 49
3765
+ 8
3766
+ 5
3767
+ 15
3768
+ 5
3769
+ 7
3770
+ 9
3771
+ 7
3772
+ 10
3773
+ 64
3774
+ 7
3775
+ 6
3776
+ 64
3777
+ 39
3778
+ 3
3779
+ 49
3780
+ 11
3781
+ 0
3782
+ 7
3783
+ 14
3784
+ 64
3785
+ 47
3786
+ 49
3787
+ 8
3788
+ 5
3789
+ 15
3790
+ 5
3791
+ 7
3792
+ 9
3793
+ 7
3794
+ 10
3795
+ 64
3796
+ 7
3797
+ 6
3798
+ 64
3799
+ 39
3800
+ 3
3801
+ 49
3802
+ 11
3803
+ 0
3804
+ 7
3805
+ 15
3806
+ 64
3807
+ 47
3808
+ 49
3809
+ 8
3810
+ 5
3811
+ 15
3812
+ 5
3813
+ 7
3814
+ 9
3815
+ 7
3816
+ 10
3817
+ 64
3818
+ 7
3819
+ 6
3820
+ 64
3821
+ 39
3822
+ 3
3823
+ 49
3824
+ 11
3825
+ 0
3826
+ 7
3827
+ 16
3828
+ 64
3829
+ 47
3830
+ 49
3831
+ 8
3832
+ 5
3833
+ 15
3834
+ 5
3835
+ 7
3836
+ 9
3837
+ 7
3838
+ 10
3839
+ 64
3840
+ 7
3841
+ 17
3842
+ 64
3843
+ 39
3844
+ 18
3845
+ 49
3846
+ 11
3847
+ 0
3848
+ 7
3849
+ 19
3850
+ 64
3851
+ 47
3852
+ 49
3853
+ 8
3854
+ 5
3855
+ 15
3856
+ 5
3857
+ 7
3858
+ 9
3859
+ 7
3860
+ 10
3861
+ 64
3862
+ 7
3863
+ 17
3864
+ 64
3865
+ 39
3866
+ 18
3867
+ 49
3868
+ 11
3869
+ 0
3870
+ 7
3871
+ 20
3872
+ 64
3873
+ 47
3874
+ 49
3875
+ 8
3876
+ 5
3877
+ 15
3878
+ 5
3879
+ 7
3880
+ 9
3881
+ 7
3882
+ 10
3883
+ 64
3884
+ 7
3885
+ 21
3886
+ 64
3887
+ 39
3888
+ 0
3889
+ 49
3890
+ 11
3891
+ 0
3892
+ 7
3893
+ 19
3894
+ 64
3895
+ 47
3896
+ 49
3897
+ 8
3898
+ 5
3899
+ 15
3900
+ 39
3901
+ 18
3902
+ 49
3903
+ 1
3904
+ 0
3905
+ 49
3906
+ 2
3907
+ 0
3908
+ 49
3909
+ 22
3910
+ 0
3911
+ 11
3912
+ I
3913
+ 7
3914
+ I
3915
+ 0
3916
+ I
3917
+ 0
3918
+ I
3919
+ 0
3920
+ I
3921
+ -2
3922
+ p
3923
+ 23
3924
+ x
3925
+ 9
3926
+ @festival
3927
+ x
3928
+ 12
3929
+ performances
3930
+ x
3931
+ 5
3932
+ first
3933
+ x
3934
+ 12
3935
+ @performance
3936
+ x
3937
+ 13
3938
+ active_record
3939
+ s
3940
+ 7
3941
+ destroy
3942
+ s
3943
+ 11
3944
+ Performance
3945
+ x
3946
+ 8
3947
+ anything
3948
+ x
3949
+ 14
3950
+ should_publish
3951
+ x
3952
+ 7
3953
+ changes
3954
+ s
3955
+ 12
3956
+ ActiveRecord
3957
+ x
3958
+ 2
3959
+ id
3960
+ s
3961
+ 9
3962
+ artist_id
3963
+ s
3964
+ 6
3965
+ artist
3966
+ s
3967
+ 10
3968
+ concert_id
3969
+ s
3970
+ 7
3971
+ concert
3972
+ s
3973
+ 2
3974
+ id
3975
+ s
3976
+ 6
3977
+ Artist
3978
+ x
3979
+ 7
3980
+ @artist
3981
+ s
3982
+ 12
3983
+ performances
3984
+ s
3985
+ 8
3986
+ concerts
3987
+ s
3988
+ 7
3989
+ Concert
3990
+ x
3991
+ 7
3992
+ destroy
3993
+ p
3994
+ 23
3995
+ I
3996
+ 0
3997
+ I
3998
+ 88
3999
+ I
4000
+ b
4001
+ I
4002
+ 89
4003
+ I
4004
+ 1c
4005
+ I
4006
+ 8a
4007
+ I
4008
+ 32
4009
+ I
4010
+ 8b
4011
+ I
4012
+ 48
4013
+ I
4014
+ 8c
4015
+ I
4016
+ 5e
4017
+ I
4018
+ 8d
4019
+ I
4020
+ 74
4021
+ I
4022
+ 8e
4023
+ I
4024
+ 8a
4025
+ I
4026
+ 8f
4027
+ I
4028
+ a0
4029
+ I
4030
+ 90
4031
+ I
4032
+ b6
4033
+ I
4034
+ 91
4035
+ I
4036
+ cc
4037
+ I
4038
+ 92
4039
+ I
4040
+ d8
4041
+ x
4042
+ 72
4043
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
4044
+ p
4045
+ 0
4046
+ s
4047
+ 88
4048
+ publishes messages when a member is deleted from a has_many :through has_many collection
4049
+ M
4050
+ 1
4051
+ p
4052
+ 2
4053
+ x
4054
+ 9
4055
+ for_block
4056
+ t
4057
+ n
4058
+ x
4059
+ 9
4060
+ __block__
4061
+ i
4062
+ 343
4063
+ 39
4064
+ 0
4065
+ 49
4066
+ 1
4067
+ 0
4068
+ 49
4069
+ 2
4070
+ 0
4071
+ 38
4072
+ 3
4073
+ 15
4074
+ 5
4075
+ 7
4076
+ 4
4077
+ 7
4078
+ 5
4079
+ 64
4080
+ 7
4081
+ 6
4082
+ 64
4083
+ 5
4084
+ 48
4085
+ 7
4086
+ 47
4087
+ 49
4088
+ 8
4089
+ 4
4090
+ 15
4091
+ 5
4092
+ 7
4093
+ 9
4094
+ 7
4095
+ 10
4096
+ 64
4097
+ 7
4098
+ 6
4099
+ 64
4100
+ 39
4101
+ 3
4102
+ 49
4103
+ 11
4104
+ 0
4105
+ 7
4106
+ 12
4107
+ 64
4108
+ 47
4109
+ 49
4110
+ 8
4111
+ 5
4112
+ 15
4113
+ 5
4114
+ 7
4115
+ 9
4116
+ 7
4117
+ 10
4118
+ 64
4119
+ 7
4120
+ 6
4121
+ 64
4122
+ 39
4123
+ 3
4124
+ 49
4125
+ 11
4126
+ 0
4127
+ 7
4128
+ 13
4129
+ 64
4130
+ 47
4131
+ 49
4132
+ 8
4133
+ 5
4134
+ 15
4135
+ 5
4136
+ 7
4137
+ 9
4138
+ 7
4139
+ 10
4140
+ 64
4141
+ 7
4142
+ 14
4143
+ 64
4144
+ 39
4145
+ 15
4146
+ 49
4147
+ 11
4148
+ 0
4149
+ 7
4150
+ 16
4151
+ 64
4152
+ 47
4153
+ 49
4154
+ 8
4155
+ 5
4156
+ 15
4157
+ 5
4158
+ 7
4159
+ 9
4160
+ 7
4161
+ 10
4162
+ 64
4163
+ 7
4164
+ 14
4165
+ 64
4166
+ 39
4167
+ 15
4168
+ 49
4169
+ 11
4170
+ 0
4171
+ 7
4172
+ 17
4173
+ 64
4174
+ 47
4175
+ 49
4176
+ 8
4177
+ 5
4178
+ 15
4179
+ 5
4180
+ 7
4181
+ 9
4182
+ 7
4183
+ 10
4184
+ 64
4185
+ 7
4186
+ 6
4187
+ 64
4188
+ 39
4189
+ 3
4190
+ 49
4191
+ 11
4192
+ 0
4193
+ 7
4194
+ 18
4195
+ 64
4196
+ 47
4197
+ 49
4198
+ 8
4199
+ 5
4200
+ 15
4201
+ 5
4202
+ 7
4203
+ 9
4204
+ 7
4205
+ 10
4206
+ 64
4207
+ 7
4208
+ 6
4209
+ 64
4210
+ 39
4211
+ 3
4212
+ 49
4213
+ 11
4214
+ 0
4215
+ 7
4216
+ 19
4217
+ 64
4218
+ 47
4219
+ 49
4220
+ 8
4221
+ 5
4222
+ 15
4223
+ 5
4224
+ 7
4225
+ 9
4226
+ 7
4227
+ 10
4228
+ 64
4229
+ 7
4230
+ 20
4231
+ 64
4232
+ 39
4233
+ 0
4234
+ 49
4235
+ 11
4236
+ 0
4237
+ 7
4238
+ 16
4239
+ 64
4240
+ 47
4241
+ 49
4242
+ 8
4243
+ 5
4244
+ 15
4245
+ 5
4246
+ 7
4247
+ 9
4248
+ 7
4249
+ 10
4250
+ 64
4251
+ 7
4252
+ 6
4253
+ 64
4254
+ 39
4255
+ 3
4256
+ 49
4257
+ 11
4258
+ 0
4259
+ 7
4260
+ 21
4261
+ 64
4262
+ 47
4263
+ 49
4264
+ 8
4265
+ 5
4266
+ 15
4267
+ 5
4268
+ 7
4269
+ 4
4270
+ 7
4271
+ 5
4272
+ 64
4273
+ 7
4274
+ 20
4275
+ 64
4276
+ 5
4277
+ 48
4278
+ 7
4279
+ 47
4280
+ 49
4281
+ 8
4282
+ 4
4283
+ 15
4284
+ 5
4285
+ 7
4286
+ 9
4287
+ 7
4288
+ 10
4289
+ 64
4290
+ 7
4291
+ 20
4292
+ 64
4293
+ 39
4294
+ 0
4295
+ 49
4296
+ 11
4297
+ 0
4298
+ 7
4299
+ 21
4300
+ 64
4301
+ 47
4302
+ 49
4303
+ 8
4304
+ 5
4305
+ 15
4306
+ 5
4307
+ 7
4308
+ 9
4309
+ 7
4310
+ 10
4311
+ 64
4312
+ 7
4313
+ 20
4314
+ 64
4315
+ 39
4316
+ 0
4317
+ 49
4318
+ 11
4319
+ 0
4320
+ 7
4321
+ 22
4322
+ 64
4323
+ 47
4324
+ 49
4325
+ 8
4326
+ 5
4327
+ 15
4328
+ 5
4329
+ 7
4330
+ 9
4331
+ 7
4332
+ 10
4333
+ 64
4334
+ 7
4335
+ 20
4336
+ 64
4337
+ 39
4338
+ 0
4339
+ 49
4340
+ 11
4341
+ 0
4342
+ 7
4343
+ 23
4344
+ 64
4345
+ 47
4346
+ 49
4347
+ 8
4348
+ 5
4349
+ 15
4350
+ 5
4351
+ 7
4352
+ 9
4353
+ 7
4354
+ 10
4355
+ 64
4356
+ 7
4357
+ 20
4358
+ 64
4359
+ 39
4360
+ 0
4361
+ 49
4362
+ 11
4363
+ 0
4364
+ 7
4365
+ 24
4366
+ 64
4367
+ 47
4368
+ 49
4369
+ 8
4370
+ 5
4371
+ 15
4372
+ 5
4373
+ 7
4374
+ 9
4375
+ 7
4376
+ 10
4377
+ 64
4378
+ 7
4379
+ 20
4380
+ 64
4381
+ 39
4382
+ 0
4383
+ 49
4384
+ 11
4385
+ 0
4386
+ 7
4387
+ 25
4388
+ 64
4389
+ 47
4390
+ 49
4391
+ 8
4392
+ 5
4393
+ 15
4394
+ 39
4395
+ 15
4396
+ 49
4397
+ 26
4398
+ 0
4399
+ 49
4400
+ 2
4401
+ 0
4402
+ 49
4403
+ 27
4404
+ 0
4405
+ 11
4406
+ I
4407
+ 7
4408
+ I
4409
+ 0
4410
+ I
4411
+ 0
4412
+ I
4413
+ 0
4414
+ I
4415
+ -2
4416
+ p
4417
+ 28
4418
+ x
4419
+ 9
4420
+ @festival
4421
+ x
4422
+ 12
4423
+ performances
4424
+ x
4425
+ 5
4426
+ first
4427
+ x
4428
+ 12
4429
+ @performance
4430
+ x
4431
+ 13
4432
+ active_record
4433
+ s
4434
+ 7
4435
+ destroy
4436
+ s
4437
+ 11
4438
+ Performance
4439
+ x
4440
+ 8
4441
+ anything
4442
+ x
4443
+ 14
4444
+ should_publish
4445
+ x
4446
+ 7
4447
+ changes
4448
+ s
4449
+ 12
4450
+ ActiveRecord
4451
+ x
4452
+ 2
4453
+ id
4454
+ s
4455
+ 9
4456
+ artist_id
4457
+ s
4458
+ 6
4459
+ artist
4460
+ s
4461
+ 6
4462
+ Artist
4463
+ x
4464
+ 7
4465
+ @artist
4466
+ s
4467
+ 12
4468
+ performances
4469
+ s
4470
+ 8
4471
+ concerts
4472
+ s
4473
+ 10
4474
+ concert_id
4475
+ s
4476
+ 7
4477
+ concert
4478
+ s
4479
+ 7
4480
+ Concert
4481
+ s
4482
+ 2
4483
+ id
4484
+ s
4485
+ 11
4486
+ calendar_id
4487
+ s
4488
+ 8
4489
+ calendar
4490
+ s
4491
+ 4
4492
+ date
4493
+ s
4494
+ 5
4495
+ venue
4496
+ x
4497
+ 8
4498
+ concerts
4499
+ x
4500
+ 7
4501
+ destroy
4502
+ p
4503
+ 35
4504
+ I
4505
+ 0
4506
+ I
4507
+ 96
4508
+ I
4509
+ b
4510
+ I
4511
+ 97
4512
+ I
4513
+ 1c
4514
+ I
4515
+ 98
4516
+ I
4517
+ 32
4518
+ I
4519
+ 99
4520
+ I
4521
+ 48
4522
+ I
4523
+ 9a
4524
+ I
4525
+ 5e
4526
+ I
4527
+ 9b
4528
+ I
4529
+ 74
4530
+ I
4531
+ 9c
4532
+ I
4533
+ 8a
4534
+ I
4535
+ 9d
4536
+ I
4537
+ a0
4538
+ I
4539
+ 9e
4540
+ I
4541
+ b6
4542
+ I
4543
+ 9f
4544
+ I
4545
+ cc
4546
+ I
4547
+ a0
4548
+ I
4549
+ dd
4550
+ I
4551
+ a1
4552
+ I
4553
+ f3
4554
+ I
4555
+ a2
4556
+ I
4557
+ 109
4558
+ I
4559
+ a3
4560
+ I
4561
+ 11f
4562
+ I
4563
+ a4
4564
+ I
4565
+ 135
4566
+ I
4567
+ a5
4568
+ I
4569
+ 14b
4570
+ I
4571
+ a6
4572
+ I
4573
+ 157
4574
+ x
4575
+ 72
4576
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
4577
+ p
4578
+ 0
4579
+ s
4580
+ 81
4581
+ publishes messages when a join object is pushed to a has_many :through belongs_to
4582
+ M
4583
+ 1
4584
+ p
4585
+ 2
4586
+ x
4587
+ 9
4588
+ for_block
4589
+ t
4590
+ n
4591
+ x
4592
+ 9
4593
+ __block__
4594
+ i
4595
+ 119
4596
+ 5
4597
+ 7
4598
+ 0
4599
+ 7
4600
+ 1
4601
+ 64
4602
+ 7
4603
+ 2
4604
+ 64
4605
+ 5
4606
+ 48
4607
+ 3
4608
+ 5
4609
+ 48
4610
+ 3
4611
+ 47
4612
+ 49
4613
+ 4
4614
+ 5
4615
+ 15
4616
+ 5
4617
+ 7
4618
+ 5
4619
+ 7
4620
+ 6
4621
+ 64
4622
+ 7
4623
+ 2
4624
+ 64
4625
+ 39
4626
+ 7
4627
+ 49
4628
+ 8
4629
+ 0
4630
+ 7
4631
+ 9
4632
+ 64
4633
+ 47
4634
+ 49
4635
+ 4
4636
+ 5
4637
+ 15
4638
+ 5
4639
+ 7
4640
+ 5
4641
+ 7
4642
+ 6
4643
+ 64
4644
+ 7
4645
+ 2
4646
+ 64
4647
+ 39
4648
+ 7
4649
+ 49
4650
+ 8
4651
+ 0
4652
+ 7
4653
+ 10
4654
+ 64
4655
+ 47
4656
+ 49
4657
+ 4
4658
+ 5
4659
+ 15
4660
+ 5
4661
+ 7
4662
+ 5
4663
+ 7
4664
+ 6
4665
+ 64
4666
+ 7
4667
+ 11
4668
+ 64
4669
+ 39
4670
+ 12
4671
+ 49
4672
+ 8
4673
+ 0
4674
+ 7
4675
+ 13
4676
+ 64
4677
+ 47
4678
+ 49
4679
+ 4
4680
+ 5
4681
+ 15
4682
+ 5
4683
+ 7
4684
+ 5
4685
+ 7
4686
+ 6
4687
+ 64
4688
+ 7
4689
+ 14
4690
+ 64
4691
+ 39
4692
+ 15
4693
+ 49
4694
+ 8
4695
+ 0
4696
+ 7
4697
+ 16
4698
+ 64
4699
+ 47
4700
+ 49
4701
+ 4
4702
+ 5
4703
+ 15
4704
+ 39
4705
+ 12
4706
+ 49
4707
+ 17
4708
+ 0
4709
+ 39
4710
+ 7
4711
+ 49
4712
+ 18
4713
+ 1
4714
+ 11
4715
+ I
4716
+ 7
4717
+ I
4718
+ 0
4719
+ I
4720
+ 0
4721
+ I
4722
+ 0
4723
+ I
4724
+ -2
4725
+ p
4726
+ 19
4727
+ x
4728
+ 13
4729
+ active_record
4730
+ s
4731
+ 6
4732
+ update
4733
+ s
4734
+ 7
4735
+ Concert
4736
+ x
4737
+ 8
4738
+ anything
4739
+ x
4740
+ 14
4741
+ should_publish
4742
+ x
4743
+ 7
4744
+ changes
4745
+ s
4746
+ 12
4747
+ ActiveRecord
4748
+ x
4749
+ 8
4750
+ @concert
4751
+ x
4752
+ 2
4753
+ id
4754
+ s
4755
+ 11
4756
+ calendar_id
4757
+ s
4758
+ 8
4759
+ calendar
4760
+ s
4761
+ 8
4762
+ Calendar
4763
+ x
4764
+ 9
4765
+ @calendar
4766
+ s
4767
+ 4
4768
+ gigs
4769
+ s
4770
+ 6
4771
+ Artist
4772
+ x
4773
+ 7
4774
+ @artist
4775
+ s
4776
+ 13
4777
+ upcoming_gigs
4778
+ x
4779
+ 4
4780
+ gigs
4781
+ x
4782
+ 2
4783
+ <<
4784
+ p
4785
+ 13
4786
+ I
4787
+ 0
4788
+ I
4789
+ aa
4790
+ I
4791
+ 14
4792
+ I
4793
+ ab
4794
+ I
4795
+ 2a
4796
+ I
4797
+ ac
4798
+ I
4799
+ 40
4800
+ I
4801
+ ad
4802
+ I
4803
+ 56
4804
+ I
4805
+ ae
4806
+ I
4807
+ 6c
4808
+ I
4809
+ af
4810
+ I
4811
+ 77
4812
+ x
4813
+ 72
4814
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
4815
+ p
4816
+ 0
4817
+ s
4818
+ 84
4819
+ publishes messages when a join object is removed from a has_many :through belongs_to
4820
+ M
4821
+ 1
4822
+ p
4823
+ 2
4824
+ x
4825
+ 9
4826
+ for_block
4827
+ t
4828
+ n
4829
+ x
4830
+ 9
4831
+ __block__
4832
+ i
4833
+ 136
4834
+ 39
4835
+ 0
4836
+ 49
4837
+ 1
4838
+ 0
4839
+ 39
4840
+ 2
4841
+ 49
4842
+ 3
4843
+ 1
4844
+ 15
4845
+ 5
4846
+ 7
4847
+ 4
4848
+ 7
4849
+ 5
4850
+ 64
4851
+ 7
4852
+ 6
4853
+ 64
4854
+ 5
4855
+ 48
4856
+ 7
4857
+ 5
4858
+ 48
4859
+ 7
4860
+ 47
4861
+ 49
4862
+ 8
4863
+ 5
4864
+ 15
4865
+ 5
4866
+ 7
4867
+ 9
4868
+ 7
4869
+ 10
4870
+ 64
4871
+ 7
4872
+ 6
4873
+ 64
4874
+ 39
4875
+ 2
4876
+ 49
4877
+ 11
4878
+ 0
4879
+ 7
4880
+ 12
4881
+ 64
4882
+ 47
4883
+ 49
4884
+ 8
4885
+ 5
4886
+ 15
4887
+ 5
4888
+ 7
4889
+ 9
4890
+ 7
4891
+ 10
4892
+ 64
4893
+ 7
4894
+ 6
4895
+ 64
4896
+ 39
4897
+ 2
4898
+ 49
4899
+ 11
4900
+ 0
4901
+ 7
4902
+ 13
4903
+ 64
4904
+ 47
4905
+ 49
4906
+ 8
4907
+ 5
4908
+ 15
4909
+ 5
4910
+ 7
4911
+ 9
4912
+ 7
4913
+ 10
4914
+ 64
4915
+ 7
4916
+ 14
4917
+ 64
4918
+ 39
4919
+ 0
4920
+ 49
4921
+ 11
4922
+ 0
4923
+ 7
4924
+ 15
4925
+ 64
4926
+ 47
4927
+ 49
4928
+ 8
4929
+ 5
4930
+ 15
4931
+ 5
4932
+ 7
4933
+ 9
4934
+ 7
4935
+ 10
4936
+ 64
4937
+ 7
4938
+ 16
4939
+ 64
4940
+ 39
4941
+ 17
4942
+ 49
4943
+ 11
4944
+ 0
4945
+ 7
4946
+ 18
4947
+ 64
4948
+ 47
4949
+ 49
4950
+ 8
4951
+ 5
4952
+ 15
4953
+ 39
4954
+ 2
4955
+ 1
4956
+ 13
4957
+ 18
4958
+ 2
4959
+ 49
4960
+ 19
4961
+ 1
4962
+ 15
4963
+ 15
4964
+ 39
4965
+ 2
4966
+ 49
4967
+ 20
4968
+ 0
4969
+ 11
4970
+ I
4971
+ 7
4972
+ I
4973
+ 0
4974
+ I
4975
+ 0
4976
+ I
4977
+ 0
4978
+ I
4979
+ -2
4980
+ p
4981
+ 21
4982
+ x
4983
+ 9
4984
+ @calendar
4985
+ x
4986
+ 4
4987
+ gigs
4988
+ x
4989
+ 9
4990
+ @festival
4991
+ x
4992
+ 2
4993
+ <<
4994
+ x
4995
+ 13
4996
+ active_record
4997
+ s
4998
+ 6
4999
+ update
5000
+ s
5001
+ 7
5002
+ Concert
5003
+ x
5004
+ 8
5005
+ anything
5006
+ x
5007
+ 14
5008
+ should_publish
5009
+ x
5010
+ 7
5011
+ changes
5012
+ s
5013
+ 12
5014
+ ActiveRecord
5015
+ x
5016
+ 2
5017
+ id
5018
+ s
5019
+ 11
5020
+ calendar_id
5021
+ s
5022
+ 8
5023
+ calendar
5024
+ s
5025
+ 8
5026
+ Calendar
5027
+ s
5028
+ 4
5029
+ gigs
5030
+ s
5031
+ 6
5032
+ Artist
5033
+ x
5034
+ 7
5035
+ @artist
5036
+ s
5037
+ 13
5038
+ upcoming_gigs
5039
+ x
5040
+ 9
5041
+ calendar=
5042
+ x
5043
+ 4
5044
+ save
5045
+ p
5046
+ 17
5047
+ I
5048
+ 0
5049
+ I
5050
+ b3
5051
+ I
5052
+ b
5053
+ I
5054
+ b4
5055
+ I
5056
+ 1f
5057
+ I
5058
+ b5
5059
+ I
5060
+ 35
5061
+ I
5062
+ b6
5063
+ I
5064
+ 4b
5065
+ I
5066
+ b7
5067
+ I
5068
+ 61
5069
+ I
5070
+ b8
5071
+ I
5072
+ 77
5073
+ I
5074
+ b9
5075
+ I
5076
+ 82
5077
+ I
5078
+ ba
5079
+ I
5080
+ 88
5081
+ x
5082
+ 72
5083
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
5084
+ p
5085
+ 0
5086
+ p
5087
+ 45
5088
+ I
5089
+ 0
5090
+ I
5091
+ 4
5092
+ I
5093
+ 8
5094
+ I
5095
+ 15
5096
+ I
5097
+ 10
5098
+ I
5099
+ 19
5100
+ I
5101
+ 1e
5102
+ I
5103
+ 20
5104
+ I
5105
+ 29
5106
+ I
5107
+ 26
5108
+ I
5109
+ 34
5110
+ I
5111
+ 2a
5112
+ I
5113
+ 3f
5114
+ I
5115
+ 2f
5116
+ I
5117
+ 4a
5118
+ I
5119
+ 34
5120
+ I
5121
+ 55
5122
+ I
5123
+ 39
5124
+ I
5125
+ 60
5126
+ I
5127
+ 41
5128
+ I
5129
+ 6b
5130
+ I
5131
+ 47
5132
+ I
5133
+ 76
5134
+ I
5135
+ 50
5136
+ I
5137
+ 81
5138
+ I
5139
+ 56
5140
+ I
5141
+ 8c
5142
+ I
5143
+ 5f
5144
+ I
5145
+ 97
5146
+ I
5147
+ 65
5148
+ I
5149
+ a2
5150
+ I
5151
+ 6f
5152
+ I
5153
+ ad
5154
+ I
5155
+ 77
5156
+ I
5157
+ b8
5158
+ I
5159
+ 7f
5160
+ I
5161
+ c3
5162
+ I
5163
+ 87
5164
+ I
5165
+ ce
5166
+ I
5167
+ 95
5168
+ I
5169
+ d9
5170
+ I
5171
+ a9
5172
+ I
5173
+ e4
5174
+ I
5175
+ b2
5176
+ I
5177
+ ef
5178
+ x
5179
+ 72
5180
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
5181
+ p
5182
+ 0
5183
+ x
5184
+ 8
5185
+ describe
5186
+ p
5187
+ 5
5188
+ I
5189
+ 0
5190
+ I
5191
+ 1
5192
+ I
5193
+ 9
5194
+ I
5195
+ 3
5196
+ I
5197
+ 1a
5198
+ x
5199
+ 72
5200
+ /Users/jcoglan/projects/primer/spec/primer/watcher/active_record_spec.rb
5201
+ p
5202
+ 0