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,2840 @@
1
+ !RBIX
2
+ 10310238139619683799
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 6
54
+ Primer
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 6
67
+ Primer
68
+ i
69
+ 29
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 1
76
+ 65
77
+ 49
78
+ 1
79
+ 3
80
+ 13
81
+ 99
82
+ 12
83
+ 7
84
+ 2
85
+ 12
86
+ 7
87
+ 3
88
+ 12
89
+ 65
90
+ 12
91
+ 49
92
+ 4
93
+ 4
94
+ 15
95
+ 49
96
+ 2
97
+ 0
98
+ 11
99
+ I
100
+ 6
101
+ I
102
+ 0
103
+ I
104
+ 0
105
+ I
106
+ 0
107
+ n
108
+ p
109
+ 5
110
+ x
111
+ 6
112
+ Worker
113
+ x
114
+ 10
115
+ open_class
116
+ x
117
+ 14
118
+ __class_init__
119
+ M
120
+ 1
121
+ n
122
+ n
123
+ x
124
+ 6
125
+ Worker
126
+ i
127
+ 31
128
+ 5
129
+ 66
130
+ 99
131
+ 7
132
+ 0
133
+ 45
134
+ 1
135
+ 2
136
+ 65
137
+ 49
138
+ 3
139
+ 3
140
+ 13
141
+ 99
142
+ 12
143
+ 7
144
+ 4
145
+ 12
146
+ 7
147
+ 5
148
+ 12
149
+ 65
150
+ 12
151
+ 49
152
+ 6
153
+ 4
154
+ 15
155
+ 49
156
+ 4
157
+ 0
158
+ 11
159
+ I
160
+ 6
161
+ I
162
+ 0
163
+ I
164
+ 0
165
+ I
166
+ 0
167
+ n
168
+ p
169
+ 7
170
+ x
171
+ 17
172
+ ActiveRecordAgent
173
+ x
174
+ 5
175
+ Agent
176
+ n
177
+ x
178
+ 10
179
+ open_class
180
+ x
181
+ 14
182
+ __class_init__
183
+ M
184
+ 1
185
+ n
186
+ n
187
+ x
188
+ 17
189
+ ActiveRecordAgent
190
+ i
191
+ 108
192
+ 5
193
+ 66
194
+ 5
195
+ 7
196
+ 0
197
+ 47
198
+ 49
199
+ 1
200
+ 1
201
+ 15
202
+ 99
203
+ 7
204
+ 2
205
+ 7
206
+ 3
207
+ 65
208
+ 67
209
+ 49
210
+ 4
211
+ 0
212
+ 49
213
+ 5
214
+ 4
215
+ 15
216
+ 99
217
+ 7
218
+ 6
219
+ 7
220
+ 7
221
+ 65
222
+ 67
223
+ 49
224
+ 4
225
+ 0
226
+ 49
227
+ 5
228
+ 4
229
+ 15
230
+ 99
231
+ 7
232
+ 8
233
+ 7
234
+ 9
235
+ 65
236
+ 67
237
+ 49
238
+ 4
239
+ 0
240
+ 49
241
+ 5
242
+ 4
243
+ 15
244
+ 99
245
+ 7
246
+ 10
247
+ 7
248
+ 11
249
+ 65
250
+ 67
251
+ 49
252
+ 4
253
+ 0
254
+ 49
255
+ 5
256
+ 4
257
+ 15
258
+ 99
259
+ 7
260
+ 12
261
+ 7
262
+ 13
263
+ 65
264
+ 67
265
+ 49
266
+ 4
267
+ 0
268
+ 49
269
+ 5
270
+ 4
271
+ 15
272
+ 99
273
+ 7
274
+ 14
275
+ 7
276
+ 15
277
+ 65
278
+ 67
279
+ 49
280
+ 4
281
+ 0
282
+ 49
283
+ 5
284
+ 4
285
+ 15
286
+ 99
287
+ 7
288
+ 16
289
+ 7
290
+ 17
291
+ 65
292
+ 67
293
+ 49
294
+ 4
295
+ 0
296
+ 49
297
+ 5
298
+ 4
299
+ 11
300
+ I
301
+ 5
302
+ I
303
+ 0
304
+ I
305
+ 0
306
+ I
307
+ 0
308
+ n
309
+ p
310
+ 18
311
+ x
312
+ 13
313
+ active_record
314
+ x
315
+ 5
316
+ topic
317
+ x
318
+ 10
319
+ on_message
320
+ M
321
+ 1
322
+ n
323
+ n
324
+ x
325
+ 10
326
+ on_message
327
+ i
328
+ 146
329
+ 20
330
+ 0
331
+ 36
332
+ 37
333
+ 19
334
+ 1
335
+ 15
336
+ 37
337
+ 19
338
+ 2
339
+ 15
340
+ 37
341
+ 19
342
+ 3
343
+ 15
344
+ 37
345
+ 19
346
+ 4
347
+ 15
348
+ 15
349
+ 2
350
+ 15
351
+ 20
352
+ 2
353
+ 49
354
+ 0
355
+ 0
356
+ 13
357
+ 71
358
+ 1
359
+ 47
360
+ 9
361
+ 47
362
+ 47
363
+ 49
364
+ 2
365
+ 0
366
+ 13
367
+ 20
368
+ 3
369
+ 47
370
+ 49
371
+ 3
372
+ 1
373
+ 15
374
+ 8
375
+ 52
376
+ 20
377
+ 3
378
+ 49
379
+ 1
380
+ 1
381
+ 19
382
+ 5
383
+ 15
384
+ 20
385
+ 5
386
+ 56
387
+ 4
388
+ 50
389
+ 5
390
+ 0
391
+ 15
392
+ 20
393
+ 1
394
+ 13
395
+ 7
396
+ 6
397
+ 64
398
+ 12
399
+ 49
400
+ 7
401
+ 1
402
+ 9
403
+ 85
404
+ 15
405
+ 5
406
+ 20
407
+ 5
408
+ 47
409
+ 49
410
+ 8
411
+ 1
412
+ 8
413
+ 145
414
+ 13
415
+ 7
416
+ 9
417
+ 64
418
+ 12
419
+ 49
420
+ 7
421
+ 1
422
+ 9
423
+ 110
424
+ 15
425
+ 5
426
+ 20
427
+ 5
428
+ 20
429
+ 5
430
+ 49
431
+ 10
432
+ 0
433
+ 47
434
+ 49
435
+ 11
436
+ 2
437
+ 8
438
+ 145
439
+ 13
440
+ 7
441
+ 12
442
+ 64
443
+ 12
444
+ 49
445
+ 7
446
+ 1
447
+ 9
448
+ 143
449
+ 15
450
+ 5
451
+ 20
452
+ 5
453
+ 20
454
+ 5
455
+ 49
456
+ 13
457
+ 0
458
+ 47
459
+ 49
460
+ 11
461
+ 2
462
+ 15
463
+ 5
464
+ 20
465
+ 5
466
+ 47
467
+ 49
468
+ 14
469
+ 1
470
+ 8
471
+ 145
472
+ 15
473
+ 1
474
+ 11
475
+ I
476
+ 9
477
+ I
478
+ 6
479
+ I
480
+ 1
481
+ I
482
+ 1
483
+ n
484
+ p
485
+ 15
486
+ x
487
+ 11
488
+ constantize
489
+ x
490
+ 3
491
+ new
492
+ x
493
+ 8
494
+ allocate
495
+ x
496
+ 10
497
+ initialize
498
+ M
499
+ 1
500
+ p
501
+ 2
502
+ x
503
+ 9
504
+ for_block
505
+ t
506
+ n
507
+ x
508
+ 10
509
+ on_message
510
+ i
511
+ 20
512
+ 21
513
+ 1
514
+ 3
515
+ 38
516
+ 0
517
+ 15
518
+ 21
519
+ 1
520
+ 4
521
+ 9
522
+ 18
523
+ 21
524
+ 1
525
+ 4
526
+ 38
527
+ 1
528
+ 8
529
+ 19
530
+ 1
531
+ 11
532
+ I
533
+ 2
534
+ I
535
+ 0
536
+ I
537
+ 0
538
+ I
539
+ 0
540
+ I
541
+ -2
542
+ p
543
+ 2
544
+ x
545
+ 11
546
+ @attributes
547
+ x
548
+ 19
549
+ @changed_attributes
550
+ p
551
+ 5
552
+ I
553
+ 0
554
+ I
555
+ c
556
+ I
557
+ 6
558
+ I
559
+ d
560
+ I
561
+ 14
562
+ x
563
+ 71
564
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
565
+ p
566
+ 0
567
+ x
568
+ 13
569
+ instance_eval
570
+ s
571
+ 6
572
+ create
573
+ x
574
+ 3
575
+ ===
576
+ x
577
+ 30
578
+ notify_belongs_to_associations
579
+ s
580
+ 6
581
+ update
582
+ x
583
+ 7
584
+ changes
585
+ x
586
+ 17
587
+ notify_attributes
588
+ s
589
+ 7
590
+ destroy
591
+ x
592
+ 10
593
+ attributes
594
+ x
595
+ 28
596
+ notify_has_many_associations
597
+ p
598
+ 27
599
+ I
600
+ -1
601
+ I
602
+ 7
603
+ I
604
+ 0
605
+ I
606
+ 8
607
+ I
608
+ 16
609
+ I
610
+ 9
611
+ I
612
+ 37
613
+ I
614
+ b
615
+ I
616
+ 3f
617
+ I
618
+ 10
619
+ I
620
+ 41
621
+ I
622
+ 11
623
+ I
624
+ 4c
625
+ I
626
+ 12
627
+ I
628
+ 55
629
+ I
630
+ 13
631
+ I
632
+ 60
633
+ I
634
+ 14
635
+ I
636
+ 6e
637
+ I
638
+ 15
639
+ I
640
+ 79
641
+ I
642
+ 16
643
+ I
644
+ 86
645
+ I
646
+ 17
647
+ I
648
+ 90
649
+ I
650
+ 10
651
+ I
652
+ 92
653
+ x
654
+ 71
655
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
656
+ p
657
+ 6
658
+ x
659
+ 7
660
+ message
661
+ x
662
+ 5
663
+ event
664
+ x
665
+ 10
666
+ class_name
667
+ x
668
+ 10
669
+ attributes
670
+ x
671
+ 7
672
+ changes
673
+ x
674
+ 5
675
+ model
676
+ x
677
+ 17
678
+ method_visibility
679
+ x
680
+ 15
681
+ add_defn_method
682
+ x
683
+ 17
684
+ notify_attributes
685
+ M
686
+ 1
687
+ n
688
+ n
689
+ x
690
+ 17
691
+ notify_attributes
692
+ i
693
+ 19
694
+ 20
695
+ 0
696
+ 49
697
+ 0
698
+ 0
699
+ 49
700
+ 1
701
+ 0
702
+ 19
703
+ 2
704
+ 15
705
+ 20
706
+ 1
707
+ 56
708
+ 2
709
+ 50
710
+ 3
711
+ 0
712
+ 11
713
+ I
714
+ 5
715
+ I
716
+ 3
717
+ I
718
+ 2
719
+ I
720
+ 2
721
+ n
722
+ p
723
+ 4
724
+ x
725
+ 5
726
+ class
727
+ x
728
+ 27
729
+ primer_foreign_key_mappings
730
+ M
731
+ 1
732
+ p
733
+ 2
734
+ x
735
+ 9
736
+ for_block
737
+ t
738
+ n
739
+ x
740
+ 17
741
+ notify_attributes
742
+ i
743
+ 98
744
+ 58
745
+ 37
746
+ 19
747
+ 0
748
+ 15
749
+ 37
750
+ 19
751
+ 1
752
+ 15
753
+ 15
754
+ 45
755
+ 0
756
+ 1
757
+ 49
758
+ 2
759
+ 0
760
+ 7
761
+ 3
762
+ 21
763
+ 1
764
+ 0
765
+ 49
766
+ 4
767
+ 0
768
+ 20
769
+ 0
770
+ 49
771
+ 5
772
+ 0
773
+ 35
774
+ 1
775
+ 81
776
+ 6
777
+ 49
778
+ 7
779
+ 2
780
+ 15
781
+ 21
782
+ 1
783
+ 2
784
+ 20
785
+ 0
786
+ 49
787
+ 5
788
+ 0
789
+ 49
790
+ 8
791
+ 1
792
+ 19
793
+ 2
794
+ 9
795
+ 55
796
+ 1
797
+ 8
798
+ 57
799
+ 1
800
+ 11
801
+ 15
802
+ 45
803
+ 0
804
+ 9
805
+ 49
806
+ 2
807
+ 0
808
+ 7
809
+ 3
810
+ 21
811
+ 1
812
+ 0
813
+ 49
814
+ 4
815
+ 0
816
+ 20
817
+ 2
818
+ 49
819
+ 5
820
+ 0
821
+ 35
822
+ 1
823
+ 81
824
+ 6
825
+ 49
826
+ 7
827
+ 2
828
+ 15
829
+ 5
830
+ 21
831
+ 1
832
+ 0
833
+ 20
834
+ 2
835
+ 20
836
+ 1
837
+ 47
838
+ 49
839
+ 10
840
+ 3
841
+ 11
842
+ I
843
+ 8
844
+ I
845
+ 3
846
+ I
847
+ 2
848
+ I
849
+ 2
850
+ n
851
+ p
852
+ 11
853
+ x
854
+ 6
855
+ Primer
856
+ n
857
+ x
858
+ 3
859
+ bus
860
+ x
861
+ 7
862
+ changes
863
+ x
864
+ 17
865
+ primer_identifier
866
+ x
867
+ 4
868
+ to_s
869
+ x
870
+ 1
871
+ +
872
+ x
873
+ 7
874
+ publish
875
+ x
876
+ 2
877
+ []
878
+ n
879
+ x
880
+ 29
881
+ notify_belongs_to_association
882
+ p
883
+ 11
884
+ I
885
+ 0
886
+ I
887
+ 1e
888
+ I
889
+ a
890
+ I
891
+ 1f
892
+ I
893
+ 25
894
+ I
895
+ 21
896
+ I
897
+ 3a
898
+ I
899
+ 22
900
+ I
901
+ 55
902
+ I
903
+ 23
904
+ I
905
+ 62
906
+ x
907
+ 71
908
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
909
+ p
910
+ 3
911
+ x
912
+ 9
913
+ attribute
914
+ x
915
+ 5
916
+ value
917
+ x
918
+ 5
919
+ assoc
920
+ x
921
+ 4
922
+ each
923
+ p
924
+ 7
925
+ I
926
+ -1
927
+ I
928
+ 1b
929
+ I
930
+ 0
931
+ I
932
+ 1c
933
+ I
934
+ b
935
+ I
936
+ 1e
937
+ I
938
+ 13
939
+ x
940
+ 71
941
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
942
+ p
943
+ 3
944
+ x
945
+ 5
946
+ model
947
+ x
948
+ 6
949
+ fields
950
+ x
951
+ 12
952
+ foreign_keys
953
+ x
954
+ 30
955
+ notify_belongs_to_associations
956
+ M
957
+ 1
958
+ n
959
+ n
960
+ x
961
+ 30
962
+ notify_belongs_to_associations
963
+ i
964
+ 14
965
+ 20
966
+ 0
967
+ 49
968
+ 0
969
+ 0
970
+ 49
971
+ 1
972
+ 0
973
+ 56
974
+ 2
975
+ 50
976
+ 3
977
+ 0
978
+ 11
979
+ I
980
+ 3
981
+ I
982
+ 1
983
+ I
984
+ 1
985
+ I
986
+ 1
987
+ n
988
+ p
989
+ 4
990
+ x
991
+ 5
992
+ class
993
+ x
994
+ 27
995
+ reflect_on_all_associations
996
+ M
997
+ 1
998
+ p
999
+ 2
1000
+ x
1001
+ 9
1002
+ for_block
1003
+ t
1004
+ n
1005
+ x
1006
+ 30
1007
+ notify_belongs_to_associations
1008
+ i
1009
+ 35
1010
+ 57
1011
+ 19
1012
+ 0
1013
+ 15
1014
+ 20
1015
+ 0
1016
+ 49
1017
+ 0
1018
+ 0
1019
+ 7
1020
+ 1
1021
+ 83
1022
+ 2
1023
+ 9
1024
+ 18
1025
+ 1
1026
+ 8
1027
+ 20
1028
+ 1
1029
+ 11
1030
+ 15
1031
+ 5
1032
+ 21
1033
+ 1
1034
+ 0
1035
+ 20
1036
+ 0
1037
+ 49
1038
+ 3
1039
+ 0
1040
+ 47
1041
+ 49
1042
+ 4
1043
+ 2
1044
+ 11
1045
+ I
1046
+ 5
1047
+ I
1048
+ 1
1049
+ I
1050
+ 1
1051
+ I
1052
+ 1
1053
+ n
1054
+ p
1055
+ 5
1056
+ x
1057
+ 5
1058
+ macro
1059
+ x
1060
+ 10
1061
+ belongs_to
1062
+ x
1063
+ 2
1064
+ ==
1065
+ x
1066
+ 4
1067
+ name
1068
+ x
1069
+ 29
1070
+ notify_belongs_to_association
1071
+ p
1072
+ 7
1073
+ I
1074
+ 0
1075
+ I
1076
+ 28
1077
+ I
1078
+ 4
1079
+ I
1080
+ 29
1081
+ I
1082
+ 15
1083
+ I
1084
+ 2a
1085
+ I
1086
+ 23
1087
+ x
1088
+ 71
1089
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
1090
+ p
1091
+ 1
1092
+ x
1093
+ 5
1094
+ assoc
1095
+ x
1096
+ 4
1097
+ each
1098
+ p
1099
+ 5
1100
+ I
1101
+ -1
1102
+ I
1103
+ 27
1104
+ I
1105
+ 0
1106
+ I
1107
+ 28
1108
+ I
1109
+ e
1110
+ x
1111
+ 71
1112
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
1113
+ p
1114
+ 1
1115
+ x
1116
+ 5
1117
+ model
1118
+ x
1119
+ 29
1120
+ notify_belongs_to_association
1121
+ M
1122
+ 1
1123
+ n
1124
+ n
1125
+ x
1126
+ 29
1127
+ notify_belongs_to_association
1128
+ i
1129
+ 238
1130
+ 23
1131
+ 2
1132
+ 10
1133
+ 8
1134
+ 1
1135
+ 19
1136
+ 2
1137
+ 15
1138
+ 20
1139
+ 0
1140
+ 49
1141
+ 0
1142
+ 0
1143
+ 20
1144
+ 1
1145
+ 49
1146
+ 1
1147
+ 1
1148
+ 19
1149
+ 3
1150
+ 15
1151
+ 20
1152
+ 3
1153
+ 49
1154
+ 2
1155
+ 0
1156
+ 49
1157
+ 3
1158
+ 0
1159
+ 19
1160
+ 4
1161
+ 15
1162
+ 5
1163
+ 20
1164
+ 0
1165
+ 49
1166
+ 0
1167
+ 0
1168
+ 20
1169
+ 4
1170
+ 7
1171
+ 4
1172
+ 47
1173
+ 49
1174
+ 5
1175
+ 3
1176
+ 19
1177
+ 5
1178
+ 15
1179
+ 20
1180
+ 0
1181
+ 20
1182
+ 1
1183
+ 49
1184
+ 6
1185
+ 1
1186
+ 19
1187
+ 6
1188
+ 9
1189
+ 103
1190
+ 45
1191
+ 7
1192
+ 8
1193
+ 49
1194
+ 9
1195
+ 0
1196
+ 7
1197
+ 10
1198
+ 20
1199
+ 6
1200
+ 49
1201
+ 11
1202
+ 0
1203
+ 20
1204
+ 5
1205
+ 49
1206
+ 12
1207
+ 0
1208
+ 49
1209
+ 13
1210
+ 0
1211
+ 35
1212
+ 1
1213
+ 81
1214
+ 14
1215
+ 49
1216
+ 15
1217
+ 2
1218
+ 15
1219
+ 5
1220
+ 20
1221
+ 6
1222
+ 20
1223
+ 5
1224
+ 49
1225
+ 12
1226
+ 0
1227
+ 47
1228
+ 49
1229
+ 16
1230
+ 2
1231
+ 8
1232
+ 104
1233
+ 1
1234
+ 15
1235
+ 45
1236
+ 17
1237
+ 18
1238
+ 20
1239
+ 2
1240
+ 86
1241
+ 19
1242
+ 13
1243
+ 9
1244
+ 124
1245
+ 15
1246
+ 20
1247
+ 2
1248
+ 49
1249
+ 20
1250
+ 0
1251
+ 49
1252
+ 21
1253
+ 0
1254
+ 9
1255
+ 129
1256
+ 1
1257
+ 8
1258
+ 131
1259
+ 1
1260
+ 11
1261
+ 15
1262
+ 20
1263
+ 2
1264
+ 49
1265
+ 20
1266
+ 0
1267
+ 49
1268
+ 20
1269
+ 0
1270
+ 19
1271
+ 7
1272
+ 15
1273
+ 20
1274
+ 4
1275
+ 7
1276
+ 20
1277
+ 44
1278
+ 43
1279
+ 22
1280
+ 79
1281
+ 49
1282
+ 23
1283
+ 1
1284
+ 13
1285
+ 7
1286
+ 24
1287
+ 44
1288
+ 43
1289
+ 22
1290
+ 79
1291
+ 49
1292
+ 23
1293
+ 1
1294
+ 13
1295
+ 20
1296
+ 4
1297
+ 49
1298
+ 25
1299
+ 0
1300
+ 20
1301
+ 7
1302
+ 49
1303
+ 26
1304
+ 2
1305
+ 15
1306
+ 49
1307
+ 26
1308
+ 2
1309
+ 15
1310
+ 49
1311
+ 27
1312
+ 2
1313
+ 19
1314
+ 8
1315
+ 15
1316
+ 20
1317
+ 8
1318
+ 9
1319
+ 193
1320
+ 1
1321
+ 8
1322
+ 195
1323
+ 1
1324
+ 11
1325
+ 15
1326
+ 45
1327
+ 7
1328
+ 28
1329
+ 49
1330
+ 9
1331
+ 0
1332
+ 7
1333
+ 10
1334
+ 20
1335
+ 8
1336
+ 49
1337
+ 11
1338
+ 0
1339
+ 20
1340
+ 5
1341
+ 49
1342
+ 12
1343
+ 0
1344
+ 49
1345
+ 13
1346
+ 0
1347
+ 35
1348
+ 1
1349
+ 81
1350
+ 14
1351
+ 49
1352
+ 15
1353
+ 2
1354
+ 15
1355
+ 5
1356
+ 20
1357
+ 8
1358
+ 20
1359
+ 5
1360
+ 49
1361
+ 12
1362
+ 0
1363
+ 47
1364
+ 49
1365
+ 16
1366
+ 2
1367
+ 11
1368
+ I
1369
+ 12
1370
+ I
1371
+ 9
1372
+ I
1373
+ 2
1374
+ I
1375
+ 3
1376
+ n
1377
+ p
1378
+ 29
1379
+ x
1380
+ 5
1381
+ class
1382
+ x
1383
+ 22
1384
+ reflect_on_association
1385
+ x
1386
+ 10
1387
+ class_name
1388
+ x
1389
+ 11
1390
+ constantize
1391
+ x
1392
+ 8
1393
+ has_many
1394
+ x
1395
+ 18
1396
+ mirror_association
1397
+ x
1398
+ 8
1399
+ __send__
1400
+ x
1401
+ 6
1402
+ Primer
1403
+ n
1404
+ x
1405
+ 3
1406
+ bus
1407
+ x
1408
+ 7
1409
+ changes
1410
+ x
1411
+ 17
1412
+ primer_identifier
1413
+ x
1414
+ 4
1415
+ name
1416
+ x
1417
+ 4
1418
+ to_s
1419
+ x
1420
+ 1
1421
+ +
1422
+ x
1423
+ 7
1424
+ publish
1425
+ x
1426
+ 35
1427
+ notify_has_many_through_association
1428
+ x
1429
+ 5
1430
+ Array
1431
+ n
1432
+ x
1433
+ 3
1434
+ ===
1435
+ x
1436
+ 5
1437
+ first
1438
+ x
1439
+ 4
1440
+ any?
1441
+ x
1442
+ 4
1443
+ Hash
1444
+ x
1445
+ 16
1446
+ new_from_literal
1447
+ x
1448
+ 10
1449
+ conditions
1450
+ x
1451
+ 11
1452
+ primary_key
1453
+ x
1454
+ 3
1455
+ []=
1456
+ x
1457
+ 4
1458
+ find
1459
+ n
1460
+ p
1461
+ 29
1462
+ I
1463
+ -1
1464
+ I
1465
+ 2e
1466
+ I
1467
+ 8
1468
+ I
1469
+ 2f
1470
+ I
1471
+ 15
1472
+ I
1473
+ 30
1474
+ I
1475
+ 20
1476
+ I
1477
+ 32
1478
+ I
1479
+ 31
1480
+ I
1481
+ 34
1482
+ I
1483
+ 3c
1484
+ I
1485
+ 35
1486
+ I
1487
+ 59
1488
+ I
1489
+ 36
1490
+ I
1491
+ 67
1492
+ I
1493
+ 34
1494
+ I
1495
+ 69
1496
+ I
1497
+ 39
1498
+ I
1499
+ 84
1500
+ I
1501
+ 3a
1502
+ I
1503
+ 8f
1504
+ I
1505
+ 3b
1506
+ I
1507
+ ba
1508
+ I
1509
+ 3c
1510
+ I
1511
+ c4
1512
+ I
1513
+ 3e
1514
+ I
1515
+ e1
1516
+ I
1517
+ 3f
1518
+ I
1519
+ ee
1520
+ x
1521
+ 71
1522
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
1523
+ p
1524
+ 9
1525
+ x
1526
+ 5
1527
+ model
1528
+ x
1529
+ 10
1530
+ assoc_name
1531
+ x
1532
+ 6
1533
+ change
1534
+ x
1535
+ 5
1536
+ assoc
1537
+ x
1538
+ 11
1539
+ owner_class
1540
+ x
1541
+ 6
1542
+ mirror
1543
+ x
1544
+ 5
1545
+ owner
1546
+ x
1547
+ 6
1548
+ old_id
1549
+ x
1550
+ 8
1551
+ previous
1552
+ x
1553
+ 28
1554
+ notify_has_many_associations
1555
+ M
1556
+ 1
1557
+ n
1558
+ n
1559
+ x
1560
+ 28
1561
+ notify_has_many_associations
1562
+ i
1563
+ 14
1564
+ 20
1565
+ 0
1566
+ 49
1567
+ 0
1568
+ 0
1569
+ 49
1570
+ 1
1571
+ 0
1572
+ 56
1573
+ 2
1574
+ 50
1575
+ 3
1576
+ 0
1577
+ 11
1578
+ I
1579
+ 3
1580
+ I
1581
+ 1
1582
+ I
1583
+ 1
1584
+ I
1585
+ 1
1586
+ n
1587
+ p
1588
+ 4
1589
+ x
1590
+ 5
1591
+ class
1592
+ x
1593
+ 27
1594
+ reflect_on_all_associations
1595
+ M
1596
+ 1
1597
+ p
1598
+ 2
1599
+ x
1600
+ 9
1601
+ for_block
1602
+ t
1603
+ n
1604
+ x
1605
+ 28
1606
+ notify_has_many_associations
1607
+ i
1608
+ 123
1609
+ 57
1610
+ 19
1611
+ 0
1612
+ 15
1613
+ 20
1614
+ 0
1615
+ 49
1616
+ 0
1617
+ 0
1618
+ 7
1619
+ 1
1620
+ 83
1621
+ 2
1622
+ 9
1623
+ 18
1624
+ 1
1625
+ 8
1626
+ 20
1627
+ 1
1628
+ 11
1629
+ 15
1630
+ 20
1631
+ 0
1632
+ 49
1633
+ 3
1634
+ 0
1635
+ 7
1636
+ 4
1637
+ 49
1638
+ 5
1639
+ 1
1640
+ 7
1641
+ 6
1642
+ 83
1643
+ 2
1644
+ 9
1645
+ 41
1646
+ 1
1647
+ 11
1648
+ 8
1649
+ 42
1650
+ 1
1651
+ 15
1652
+ 21
1653
+ 1
1654
+ 0
1655
+ 21
1656
+ 1
1657
+ 0
1658
+ 49
1659
+ 7
1660
+ 0
1661
+ 49
1662
+ 8
1663
+ 0
1664
+ 49
1665
+ 9
1666
+ 1
1667
+ 19
1668
+ 1
1669
+ 15
1670
+ 20
1671
+ 0
1672
+ 49
1673
+ 10
1674
+ 0
1675
+ 49
1676
+ 11
1677
+ 0
1678
+ 19
1679
+ 2
1680
+ 15
1681
+ 20
1682
+ 2
1683
+ 7
1684
+ 12
1685
+ 44
1686
+ 43
1687
+ 13
1688
+ 79
1689
+ 49
1690
+ 14
1691
+ 1
1692
+ 13
1693
+ 7
1694
+ 15
1695
+ 44
1696
+ 43
1697
+ 13
1698
+ 79
1699
+ 49
1700
+ 14
1701
+ 1
1702
+ 13
1703
+ 20
1704
+ 0
1705
+ 49
1706
+ 16
1707
+ 0
1708
+ 20
1709
+ 1
1710
+ 49
1711
+ 17
1712
+ 2
1713
+ 15
1714
+ 49
1715
+ 17
1716
+ 2
1717
+ 15
1718
+ 49
1719
+ 18
1720
+ 2
1721
+ 19
1722
+ 3
1723
+ 15
1724
+ 20
1725
+ 3
1726
+ 56
1727
+ 19
1728
+ 50
1729
+ 20
1730
+ 0
1731
+ 11
1732
+ I
1733
+ e
1734
+ I
1735
+ 4
1736
+ I
1737
+ 1
1738
+ I
1739
+ 1
1740
+ n
1741
+ p
1742
+ 21
1743
+ x
1744
+ 5
1745
+ macro
1746
+ x
1747
+ 8
1748
+ has_many
1749
+ x
1750
+ 2
1751
+ ==
1752
+ x
1753
+ 7
1754
+ options
1755
+ x
1756
+ 9
1757
+ dependent
1758
+ x
1759
+ 2
1760
+ []
1761
+ x
1762
+ 7
1763
+ destroy
1764
+ x
1765
+ 5
1766
+ class
1767
+ x
1768
+ 11
1769
+ primary_key
1770
+ x
1771
+ 8
1772
+ __send__
1773
+ x
1774
+ 10
1775
+ class_name
1776
+ x
1777
+ 11
1778
+ constantize
1779
+ x
1780
+ 3
1781
+ all
1782
+ x
1783
+ 4
1784
+ Hash
1785
+ x
1786
+ 16
1787
+ new_from_literal
1788
+ x
1789
+ 10
1790
+ conditions
1791
+ x
1792
+ 16
1793
+ primary_key_name
1794
+ x
1795
+ 3
1796
+ []=
1797
+ x
1798
+ 4
1799
+ find
1800
+ M
1801
+ 1
1802
+ p
1803
+ 2
1804
+ x
1805
+ 9
1806
+ for_block
1807
+ t
1808
+ n
1809
+ x
1810
+ 28
1811
+ notify_has_many_associations
1812
+ i
1813
+ 64
1814
+ 57
1815
+ 19
1816
+ 0
1817
+ 15
1818
+ 5
1819
+ 21
1820
+ 2
1821
+ 0
1822
+ 49
1823
+ 0
1824
+ 0
1825
+ 20
1826
+ 0
1827
+ 49
1828
+ 0
1829
+ 0
1830
+ 7
1831
+ 1
1832
+ 47
1833
+ 49
1834
+ 2
1835
+ 3
1836
+ 19
1837
+ 1
1838
+ 15
1839
+ 20
1840
+ 1
1841
+ 9
1842
+ 32
1843
+ 1
1844
+ 8
1845
+ 34
1846
+ 1
1847
+ 11
1848
+ 15
1849
+ 45
1850
+ 3
1851
+ 4
1852
+ 49
1853
+ 5
1854
+ 0
1855
+ 7
1856
+ 6
1857
+ 20
1858
+ 0
1859
+ 49
1860
+ 7
1861
+ 0
1862
+ 20
1863
+ 1
1864
+ 49
1865
+ 8
1866
+ 0
1867
+ 49
1868
+ 9
1869
+ 0
1870
+ 35
1871
+ 1
1872
+ 81
1873
+ 10
1874
+ 49
1875
+ 11
1876
+ 2
1877
+ 11
1878
+ I
1879
+ 7
1880
+ I
1881
+ 2
1882
+ I
1883
+ 1
1884
+ I
1885
+ 1
1886
+ n
1887
+ p
1888
+ 12
1889
+ x
1890
+ 5
1891
+ class
1892
+ x
1893
+ 10
1894
+ belongs_to
1895
+ x
1896
+ 18
1897
+ mirror_association
1898
+ x
1899
+ 6
1900
+ Primer
1901
+ n
1902
+ x
1903
+ 3
1904
+ bus
1905
+ x
1906
+ 7
1907
+ changes
1908
+ x
1909
+ 17
1910
+ primer_identifier
1911
+ x
1912
+ 4
1913
+ name
1914
+ x
1915
+ 4
1916
+ to_s
1917
+ x
1918
+ 1
1919
+ +
1920
+ x
1921
+ 7
1922
+ publish
1923
+ p
1924
+ 9
1925
+ I
1926
+ 0
1927
+ I
1928
+ 4b
1929
+ I
1930
+ 4
1931
+ I
1932
+ 4c
1933
+ I
1934
+ 19
1935
+ I
1936
+ 4d
1937
+ I
1938
+ 23
1939
+ I
1940
+ 4f
1941
+ I
1942
+ 40
1943
+ x
1944
+ 71
1945
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
1946
+ p
1947
+ 2
1948
+ x
1949
+ 6
1950
+ object
1951
+ x
1952
+ 6
1953
+ mirror
1954
+ x
1955
+ 4
1956
+ each
1957
+ p
1958
+ 15
1959
+ I
1960
+ 0
1961
+ I
1962
+ 43
1963
+ I
1964
+ 4
1965
+ I
1966
+ 44
1967
+ I
1968
+ 15
1969
+ I
1970
+ 45
1971
+ I
1972
+ 2b
1973
+ I
1974
+ 47
1975
+ I
1976
+ 3d
1977
+ I
1978
+ 48
1979
+ I
1980
+ 48
1981
+ I
1982
+ 49
1983
+ I
1984
+ 73
1985
+ I
1986
+ 4b
1987
+ I
1988
+ 7b
1989
+ x
1990
+ 71
1991
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
1992
+ p
1993
+ 4
1994
+ x
1995
+ 5
1996
+ assoc
1997
+ x
1998
+ 8
1999
+ model_id
2000
+ x
2001
+ 5
2002
+ klass
2003
+ x
2004
+ 7
2005
+ related
2006
+ x
2007
+ 4
2008
+ each
2009
+ p
2010
+ 5
2011
+ I
2012
+ -1
2013
+ I
2014
+ 42
2015
+ I
2016
+ 0
2017
+ I
2018
+ 43
2019
+ I
2020
+ e
2021
+ x
2022
+ 71
2023
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2024
+ p
2025
+ 1
2026
+ x
2027
+ 5
2028
+ model
2029
+ x
2030
+ 35
2031
+ notify_has_many_through_association
2032
+ M
2033
+ 1
2034
+ n
2035
+ n
2036
+ x
2037
+ 35
2038
+ notify_has_many_through_association
2039
+ i
2040
+ 14
2041
+ 20
2042
+ 0
2043
+ 49
2044
+ 0
2045
+ 0
2046
+ 49
2047
+ 1
2048
+ 0
2049
+ 56
2050
+ 2
2051
+ 50
2052
+ 3
2053
+ 0
2054
+ 11
2055
+ I
2056
+ 4
2057
+ I
2058
+ 2
2059
+ I
2060
+ 2
2061
+ I
2062
+ 2
2063
+ n
2064
+ p
2065
+ 4
2066
+ x
2067
+ 5
2068
+ class
2069
+ x
2070
+ 27
2071
+ reflect_on_all_associations
2072
+ M
2073
+ 1
2074
+ p
2075
+ 2
2076
+ x
2077
+ 9
2078
+ for_block
2079
+ t
2080
+ n
2081
+ x
2082
+ 35
2083
+ notify_has_many_through_association
2084
+ i
2085
+ 88
2086
+ 57
2087
+ 19
2088
+ 0
2089
+ 15
2090
+ 20
2091
+ 0
2092
+ 49
2093
+ 0
2094
+ 0
2095
+ 7
2096
+ 1
2097
+ 83
2098
+ 2
2099
+ 9
2100
+ 18
2101
+ 1
2102
+ 8
2103
+ 20
2104
+ 1
2105
+ 11
2106
+ 15
2107
+ 20
2108
+ 0
2109
+ 49
2110
+ 3
2111
+ 0
2112
+ 7
2113
+ 4
2114
+ 49
2115
+ 5
2116
+ 1
2117
+ 21
2118
+ 1
2119
+ 1
2120
+ 83
2121
+ 2
2122
+ 9
2123
+ 69
2124
+ 45
2125
+ 6
2126
+ 7
2127
+ 49
2128
+ 8
2129
+ 0
2130
+ 7
2131
+ 9
2132
+ 21
2133
+ 1
2134
+ 0
2135
+ 49
2136
+ 10
2137
+ 0
2138
+ 20
2139
+ 0
2140
+ 49
2141
+ 11
2142
+ 0
2143
+ 49
2144
+ 12
2145
+ 0
2146
+ 35
2147
+ 1
2148
+ 81
2149
+ 13
2150
+ 49
2151
+ 14
2152
+ 2
2153
+ 8
2154
+ 70
2155
+ 1
2156
+ 15
2157
+ 20
2158
+ 0
2159
+ 49
2160
+ 15
2161
+ 0
2162
+ 49
2163
+ 16
2164
+ 0
2165
+ 49
2166
+ 17
2167
+ 0
2168
+ 56
2169
+ 18
2170
+ 50
2171
+ 19
2172
+ 0
2173
+ 11
2174
+ I
2175
+ 6
2176
+ I
2177
+ 1
2178
+ I
2179
+ 1
2180
+ I
2181
+ 1
2182
+ n
2183
+ p
2184
+ 20
2185
+ x
2186
+ 5
2187
+ macro
2188
+ x
2189
+ 8
2190
+ has_many
2191
+ x
2192
+ 2
2193
+ ==
2194
+ x
2195
+ 7
2196
+ options
2197
+ x
2198
+ 7
2199
+ through
2200
+ x
2201
+ 2
2202
+ []
2203
+ x
2204
+ 6
2205
+ Primer
2206
+ n
2207
+ x
2208
+ 3
2209
+ bus
2210
+ x
2211
+ 7
2212
+ changes
2213
+ x
2214
+ 17
2215
+ primer_identifier
2216
+ x
2217
+ 4
2218
+ name
2219
+ x
2220
+ 4
2221
+ to_s
2222
+ x
2223
+ 1
2224
+ +
2225
+ x
2226
+ 7
2227
+ publish
2228
+ x
2229
+ 10
2230
+ class_name
2231
+ x
2232
+ 11
2233
+ constantize
2234
+ x
2235
+ 27
2236
+ reflect_on_all_associations
2237
+ M
2238
+ 1
2239
+ p
2240
+ 2
2241
+ x
2242
+ 9
2243
+ for_block
2244
+ t
2245
+ n
2246
+ x
2247
+ 35
2248
+ notify_has_many_through_association
2249
+ i
2250
+ 90
2251
+ 57
2252
+ 19
2253
+ 0
2254
+ 15
2255
+ 20
2256
+ 0
2257
+ 49
2258
+ 0
2259
+ 0
2260
+ 7
2261
+ 1
2262
+ 83
2263
+ 2
2264
+ 13
2265
+ 9
2266
+ 64
2267
+ 15
2268
+ 20
2269
+ 0
2270
+ 49
2271
+ 3
2272
+ 0
2273
+ 7
2274
+ 4
2275
+ 49
2276
+ 5
2277
+ 1
2278
+ 13
2279
+ 9
2280
+ 64
2281
+ 15
2282
+ 20
2283
+ 0
2284
+ 49
2285
+ 6
2286
+ 0
2287
+ 49
2288
+ 7
2289
+ 0
2290
+ 21
2291
+ 2
2292
+ 0
2293
+ 49
2294
+ 8
2295
+ 0
2296
+ 83
2297
+ 2
2298
+ 13
2299
+ 9
2300
+ 64
2301
+ 15
2302
+ 20
2303
+ 0
2304
+ 49
2305
+ 6
2306
+ 0
2307
+ 49
2308
+ 9
2309
+ 0
2310
+ 21
2311
+ 2
2312
+ 1
2313
+ 83
2314
+ 2
2315
+ 9
2316
+ 69
2317
+ 1
2318
+ 8
2319
+ 71
2320
+ 1
2321
+ 11
2322
+ 15
2323
+ 21
2324
+ 2
2325
+ 0
2326
+ 21
2327
+ 1
2328
+ 0
2329
+ 49
2330
+ 9
2331
+ 0
2332
+ 49
2333
+ 10
2334
+ 1
2335
+ 56
2336
+ 11
2337
+ 50
2338
+ 12
2339
+ 0
2340
+ 11
2341
+ I
2342
+ 4
2343
+ I
2344
+ 1
2345
+ I
2346
+ 1
2347
+ I
2348
+ 1
2349
+ n
2350
+ p
2351
+ 13
2352
+ x
2353
+ 5
2354
+ macro
2355
+ x
2356
+ 8
2357
+ has_many
2358
+ x
2359
+ 2
2360
+ ==
2361
+ x
2362
+ 7
2363
+ options
2364
+ x
2365
+ 7
2366
+ through
2367
+ x
2368
+ 2
2369
+ []
2370
+ x
2371
+ 17
2372
+ source_reflection
2373
+ x
2374
+ 13
2375
+ active_record
2376
+ x
2377
+ 5
2378
+ class
2379
+ x
2380
+ 4
2381
+ name
2382
+ x
2383
+ 8
2384
+ __send__
2385
+ M
2386
+ 1
2387
+ p
2388
+ 2
2389
+ x
2390
+ 9
2391
+ for_block
2392
+ t
2393
+ n
2394
+ x
2395
+ 35
2396
+ notify_has_many_through_association
2397
+ i
2398
+ 34
2399
+ 57
2400
+ 19
2401
+ 0
2402
+ 15
2403
+ 45
2404
+ 0
2405
+ 1
2406
+ 49
2407
+ 2
2408
+ 0
2409
+ 7
2410
+ 3
2411
+ 20
2412
+ 0
2413
+ 49
2414
+ 4
2415
+ 0
2416
+ 21
2417
+ 1
2418
+ 0
2419
+ 49
2420
+ 5
2421
+ 0
2422
+ 49
2423
+ 6
2424
+ 0
2425
+ 35
2426
+ 1
2427
+ 81
2428
+ 7
2429
+ 49
2430
+ 8
2431
+ 2
2432
+ 11
2433
+ I
2434
+ 6
2435
+ I
2436
+ 1
2437
+ I
2438
+ 1
2439
+ I
2440
+ 1
2441
+ n
2442
+ p
2443
+ 9
2444
+ x
2445
+ 6
2446
+ Primer
2447
+ n
2448
+ x
2449
+ 3
2450
+ bus
2451
+ x
2452
+ 7
2453
+ changes
2454
+ x
2455
+ 17
2456
+ primer_identifier
2457
+ x
2458
+ 4
2459
+ name
2460
+ x
2461
+ 4
2462
+ to_s
2463
+ x
2464
+ 1
2465
+ +
2466
+ x
2467
+ 7
2468
+ publish
2469
+ p
2470
+ 5
2471
+ I
2472
+ 0
2473
+ I
2474
+ 61
2475
+ I
2476
+ 4
2477
+ I
2478
+ 62
2479
+ I
2480
+ 22
2481
+ x
2482
+ 71
2483
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2484
+ p
2485
+ 1
2486
+ x
2487
+ 7
2488
+ related
2489
+ x
2490
+ 4
2491
+ each
2492
+ p
2493
+ 13
2494
+ I
2495
+ 0
2496
+ I
2497
+ 5c
2498
+ I
2499
+ 4
2500
+ I
2501
+ 5d
2502
+ I
2503
+ 1f
2504
+ I
2505
+ 5e
2506
+ I
2507
+ 33
2508
+ I
2509
+ 5f
2510
+ I
2511
+ 42
2512
+ I
2513
+ 5d
2514
+ I
2515
+ 48
2516
+ I
2517
+ 61
2518
+ I
2519
+ 5a
2520
+ x
2521
+ 71
2522
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2523
+ p
2524
+ 1
2525
+ x
2526
+ 9
2527
+ secondary
2528
+ x
2529
+ 4
2530
+ each
2531
+ p
2532
+ 13
2533
+ I
2534
+ 0
2535
+ I
2536
+ 55
2537
+ I
2538
+ 4
2539
+ I
2540
+ 56
2541
+ I
2542
+ 15
2543
+ I
2544
+ 58
2545
+ I
2546
+ 26
2547
+ I
2548
+ 59
2549
+ I
2550
+ 45
2551
+ I
2552
+ 58
2553
+ I
2554
+ 47
2555
+ I
2556
+ 5c
2557
+ I
2558
+ 58
2559
+ x
2560
+ 71
2561
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2562
+ p
2563
+ 1
2564
+ x
2565
+ 5
2566
+ assoc
2567
+ x
2568
+ 4
2569
+ each
2570
+ p
2571
+ 5
2572
+ I
2573
+ -1
2574
+ I
2575
+ 54
2576
+ I
2577
+ 0
2578
+ I
2579
+ 55
2580
+ I
2581
+ e
2582
+ x
2583
+ 71
2584
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2585
+ p
2586
+ 2
2587
+ x
2588
+ 5
2589
+ model
2590
+ x
2591
+ 12
2592
+ through_name
2593
+ x
2594
+ 18
2595
+ mirror_association
2596
+ M
2597
+ 1
2598
+ n
2599
+ n
2600
+ x
2601
+ 18
2602
+ mirror_association
2603
+ i
2604
+ 11
2605
+ 20
2606
+ 1
2607
+ 49
2608
+ 0
2609
+ 0
2610
+ 56
2611
+ 1
2612
+ 50
2613
+ 2
2614
+ 0
2615
+ 11
2616
+ I
2617
+ 5
2618
+ I
2619
+ 3
2620
+ I
2621
+ 3
2622
+ I
2623
+ 3
2624
+ n
2625
+ p
2626
+ 3
2627
+ x
2628
+ 27
2629
+ reflect_on_all_associations
2630
+ M
2631
+ 1
2632
+ p
2633
+ 2
2634
+ x
2635
+ 9
2636
+ for_block
2637
+ t
2638
+ n
2639
+ x
2640
+ 18
2641
+ mirror_association
2642
+ i
2643
+ 32
2644
+ 57
2645
+ 19
2646
+ 0
2647
+ 15
2648
+ 20
2649
+ 0
2650
+ 49
2651
+ 0
2652
+ 0
2653
+ 21
2654
+ 1
2655
+ 2
2656
+ 83
2657
+ 1
2658
+ 13
2659
+ 9
2660
+ 31
2661
+ 15
2662
+ 20
2663
+ 0
2664
+ 49
2665
+ 2
2666
+ 0
2667
+ 21
2668
+ 1
2669
+ 0
2670
+ 49
2671
+ 3
2672
+ 0
2673
+ 83
2674
+ 1
2675
+ 11
2676
+ I
2677
+ 4
2678
+ I
2679
+ 1
2680
+ I
2681
+ 1
2682
+ I
2683
+ 1
2684
+ n
2685
+ p
2686
+ 4
2687
+ x
2688
+ 5
2689
+ macro
2690
+ x
2691
+ 2
2692
+ ==
2693
+ x
2694
+ 10
2695
+ class_name
2696
+ x
2697
+ 4
2698
+ name
2699
+ p
2700
+ 7
2701
+ I
2702
+ 0
2703
+ I
2704
+ 69
2705
+ I
2706
+ 4
2707
+ I
2708
+ 6a
2709
+ I
2710
+ 12
2711
+ I
2712
+ 6b
2713
+ I
2714
+ 20
2715
+ x
2716
+ 71
2717
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2718
+ p
2719
+ 1
2720
+ x
2721
+ 12
2722
+ mirror_assoc
2723
+ x
2724
+ 4
2725
+ find
2726
+ p
2727
+ 5
2728
+ I
2729
+ -1
2730
+ I
2731
+ 68
2732
+ I
2733
+ 0
2734
+ I
2735
+ 69
2736
+ I
2737
+ b
2738
+ x
2739
+ 71
2740
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2741
+ p
2742
+ 3
2743
+ x
2744
+ 12
2745
+ object_class
2746
+ x
2747
+ 13
2748
+ related_class
2749
+ x
2750
+ 5
2751
+ macro
2752
+ p
2753
+ 17
2754
+ I
2755
+ 2
2756
+ I
2757
+ 5
2758
+ I
2759
+ a
2760
+ I
2761
+ 7
2762
+ I
2763
+ 18
2764
+ I
2765
+ 1b
2766
+ I
2767
+ 26
2768
+ I
2769
+ 27
2770
+ I
2771
+ 34
2772
+ I
2773
+ 2e
2774
+ I
2775
+ 42
2776
+ I
2777
+ 42
2778
+ I
2779
+ 50
2780
+ I
2781
+ 54
2782
+ I
2783
+ 5e
2784
+ I
2785
+ 68
2786
+ I
2787
+ 6c
2788
+ x
2789
+ 71
2790
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2791
+ p
2792
+ 0
2793
+ x
2794
+ 13
2795
+ attach_method
2796
+ p
2797
+ 3
2798
+ I
2799
+ 2
2800
+ I
2801
+ 4
2802
+ I
2803
+ 1f
2804
+ x
2805
+ 71
2806
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2807
+ p
2808
+ 0
2809
+ x
2810
+ 13
2811
+ attach_method
2812
+ p
2813
+ 3
2814
+ I
2815
+ 2
2816
+ I
2817
+ 2
2818
+ I
2819
+ 1d
2820
+ x
2821
+ 71
2822
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2823
+ p
2824
+ 0
2825
+ x
2826
+ 13
2827
+ attach_method
2828
+ p
2829
+ 3
2830
+ I
2831
+ 0
2832
+ I
2833
+ 1
2834
+ I
2835
+ 1c
2836
+ x
2837
+ 71
2838
+ /Users/jcoglan/projects/primer/lib/primer/worker/active_record_agent.rb
2839
+ p
2840
+ 0