railties 3.0.6 → 3.0.7.rc1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *Rails 3.0.7 (unreleased)*
2
+
3
+ *No changes.
4
+
5
+
1
6
  *Rails 3.0.6 (April 5, 2011)
2
7
 
3
8
  * No changes.
@@ -800,6 +800,26 @@ Client.exists?
800
800
 
801
801
  The above returns +false+ if the +clients+ table is empty and +true+ otherwise.
802
802
 
803
+ You can also use +any?+ and +many?+ to check for existence on a model or relation.
804
+
805
+ <ruby>
806
+ # via a model
807
+ Post.any?
808
+ Post.many?
809
+
810
+ # via a named scope
811
+ Post.recent.any?
812
+ Post.recent.many?
813
+
814
+ # via a relation
815
+ Post.where(:published => true).any?
816
+ Post.where(:published => true).many?
817
+
818
+ # via an association
819
+ Post.first.categories.any?
820
+ Post.first.categories.many?
821
+ </ruby>
822
+
803
823
  h3. Calculations
804
824
 
805
825
  This section uses count as an example method in this preamble, but the options described apply to all sub-sections.
@@ -0,0 +1,2074 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 173
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 5
32
+ 7
33
+ 3
34
+ 64
35
+ 47
36
+ 49
37
+ 1
38
+ 1
39
+ 15
40
+ 5
41
+ 7
42
+ 4
43
+ 64
44
+ 47
45
+ 49
46
+ 1
47
+ 1
48
+ 15
49
+ 5
50
+ 7
51
+ 5
52
+ 64
53
+ 47
54
+ 49
55
+ 1
56
+ 1
57
+ 15
58
+ 5
59
+ 7
60
+ 6
61
+ 64
62
+ 47
63
+ 49
64
+ 1
65
+ 1
66
+ 15
67
+ 5
68
+ 7
69
+ 7
70
+ 64
71
+ 47
72
+ 49
73
+ 1
74
+ 1
75
+ 15
76
+ 5
77
+ 7
78
+ 8
79
+ 64
80
+ 47
81
+ 49
82
+ 1
83
+ 1
84
+ 15
85
+ 5
86
+ 7
87
+ 9
88
+ 64
89
+ 47
90
+ 49
91
+ 1
92
+ 1
93
+ 15
94
+ 5
95
+ 7
96
+ 10
97
+ 64
98
+ 47
99
+ 49
100
+ 1
101
+ 1
102
+ 15
103
+ 45
104
+ 11
105
+ 12
106
+ 7
107
+ 13
108
+ 64
109
+ 84
110
+ 14
111
+ 9
112
+ 113
113
+ 99
114
+ 43
115
+ 15
116
+ 7
117
+ 16
118
+ 7
119
+ 17
120
+ 64
121
+ 49
122
+ 18
123
+ 2
124
+ 8
125
+ 144
126
+ 45
127
+ 19
128
+ 20
129
+ 45
130
+ 19
131
+ 21
132
+ 43
133
+ 22
134
+ 13
135
+ 18
136
+ 2
137
+ 49
138
+ 23
139
+ 1
140
+ 15
141
+ 15
142
+ 45
143
+ 19
144
+ 24
145
+ 45
146
+ 19
147
+ 25
148
+ 43
149
+ 22
150
+ 13
151
+ 18
152
+ 2
153
+ 49
154
+ 26
155
+ 1
156
+ 15
157
+ 15
158
+ 99
159
+ 7
160
+ 27
161
+ 65
162
+ 49
163
+ 28
164
+ 2
165
+ 13
166
+ 99
167
+ 12
168
+ 7
169
+ 29
170
+ 12
171
+ 7
172
+ 30
173
+ 12
174
+ 65
175
+ 12
176
+ 49
177
+ 31
178
+ 4
179
+ 15
180
+ 49
181
+ 29
182
+ 0
183
+ 15
184
+ 2
185
+ 11
186
+ I
187
+ 6
188
+ I
189
+ 0
190
+ I
191
+ 0
192
+ I
193
+ 0
194
+ n
195
+ p
196
+ 32
197
+ s
198
+ 24
199
+ rails/ruby_version_check
200
+ x
201
+ 7
202
+ require
203
+ s
204
+ 8
205
+ pathname
206
+ s
207
+ 14
208
+ active_support
209
+ s
210
+ 40
211
+ active_support/core_ext/kernel/reporting
212
+ s
213
+ 30
214
+ active_support/core_ext/logger
215
+ s
216
+ 17
217
+ rails/application
218
+ s
219
+ 13
220
+ rails/version
221
+ s
222
+ 17
223
+ rails/deprecation
224
+ s
225
+ 22
226
+ active_support/railtie
227
+ s
228
+ 23
229
+ action_dispatch/railtie
230
+ x
231
+ 12
232
+ RUBY_VERSION
233
+ n
234
+ s
235
+ 3
236
+ 1.9
237
+ x
238
+ 1
239
+ <
240
+ x
241
+ 7
242
+ Globals
243
+ x
244
+ 6
245
+ $KCODE
246
+ s
247
+ 1
248
+ u
249
+ x
250
+ 3
251
+ []=
252
+ x
253
+ 8
254
+ Encoding
255
+ n
256
+ n
257
+ x
258
+ 5
259
+ UTF_8
260
+ x
261
+ 17
262
+ default_external=
263
+ n
264
+ n
265
+ x
266
+ 17
267
+ default_internal=
268
+ x
269
+ 5
270
+ Rails
271
+ x
272
+ 11
273
+ open_module
274
+ x
275
+ 15
276
+ __module_init__
277
+ M
278
+ 1
279
+ n
280
+ n
281
+ x
282
+ 5
283
+ Rails
284
+ i
285
+ 52
286
+ 5
287
+ 66
288
+ 5
289
+ 7
290
+ 0
291
+ 7
292
+ 1
293
+ 64
294
+ 47
295
+ 49
296
+ 2
297
+ 2
298
+ 15
299
+ 5
300
+ 7
301
+ 3
302
+ 7
303
+ 4
304
+ 64
305
+ 47
306
+ 49
307
+ 2
308
+ 2
309
+ 15
310
+ 5
311
+ 99
312
+ 43
313
+ 5
314
+ 12
315
+ 49
316
+ 6
317
+ 1
318
+ 13
319
+ 99
320
+ 12
321
+ 7
322
+ 7
323
+ 12
324
+ 7
325
+ 8
326
+ 12
327
+ 65
328
+ 12
329
+ 49
330
+ 9
331
+ 4
332
+ 15
333
+ 54
334
+ 50
335
+ 7
336
+ 0
337
+ 11
338
+ I
339
+ 6
340
+ I
341
+ 0
342
+ I
343
+ 0
344
+ I
345
+ 0
346
+ n
347
+ p
348
+ 10
349
+ x
350
+ 4
351
+ Info
352
+ s
353
+ 10
354
+ rails/info
355
+ x
356
+ 8
357
+ autoload
358
+ x
359
+ 14
360
+ InfoController
361
+ s
362
+ 21
363
+ rails/info_controller
364
+ x
365
+ 4
366
+ Type
367
+ x
368
+ 22
369
+ object_singleton_class
370
+ x
371
+ 18
372
+ __metaclass_init__
373
+ M
374
+ 1
375
+ n
376
+ n
377
+ x
378
+ 18
379
+ __metaclass_init__
380
+ i
381
+ 226
382
+ 5
383
+ 66
384
+ 99
385
+ 7
386
+ 0
387
+ 7
388
+ 1
389
+ 65
390
+ 67
391
+ 49
392
+ 2
393
+ 0
394
+ 49
395
+ 3
396
+ 4
397
+ 15
398
+ 99
399
+ 7
400
+ 4
401
+ 7
402
+ 5
403
+ 65
404
+ 67
405
+ 49
406
+ 2
407
+ 0
408
+ 49
409
+ 3
410
+ 4
411
+ 15
412
+ 99
413
+ 7
414
+ 6
415
+ 7
416
+ 7
417
+ 65
418
+ 67
419
+ 49
420
+ 2
421
+ 0
422
+ 49
423
+ 3
424
+ 4
425
+ 15
426
+ 99
427
+ 7
428
+ 8
429
+ 7
430
+ 9
431
+ 65
432
+ 67
433
+ 49
434
+ 2
435
+ 0
436
+ 49
437
+ 3
438
+ 4
439
+ 15
440
+ 99
441
+ 7
442
+ 10
443
+ 7
444
+ 11
445
+ 65
446
+ 67
447
+ 49
448
+ 2
449
+ 0
450
+ 49
451
+ 3
452
+ 4
453
+ 15
454
+ 99
455
+ 7
456
+ 12
457
+ 7
458
+ 13
459
+ 65
460
+ 67
461
+ 49
462
+ 2
463
+ 0
464
+ 49
465
+ 3
466
+ 4
467
+ 15
468
+ 99
469
+ 7
470
+ 14
471
+ 7
472
+ 15
473
+ 65
474
+ 67
475
+ 49
476
+ 2
477
+ 0
478
+ 49
479
+ 3
480
+ 4
481
+ 15
482
+ 99
483
+ 7
484
+ 16
485
+ 7
486
+ 17
487
+ 65
488
+ 67
489
+ 49
490
+ 2
491
+ 0
492
+ 49
493
+ 3
494
+ 4
495
+ 15
496
+ 99
497
+ 7
498
+ 18
499
+ 7
500
+ 19
501
+ 65
502
+ 67
503
+ 49
504
+ 2
505
+ 0
506
+ 49
507
+ 3
508
+ 4
509
+ 15
510
+ 99
511
+ 7
512
+ 20
513
+ 7
514
+ 21
515
+ 65
516
+ 67
517
+ 49
518
+ 2
519
+ 0
520
+ 49
521
+ 3
522
+ 4
523
+ 15
524
+ 99
525
+ 7
526
+ 22
527
+ 7
528
+ 23
529
+ 65
530
+ 67
531
+ 49
532
+ 2
533
+ 0
534
+ 49
535
+ 3
536
+ 4
537
+ 15
538
+ 99
539
+ 7
540
+ 24
541
+ 7
542
+ 25
543
+ 65
544
+ 67
545
+ 49
546
+ 2
547
+ 0
548
+ 49
549
+ 3
550
+ 4
551
+ 15
552
+ 99
553
+ 7
554
+ 26
555
+ 7
556
+ 27
557
+ 65
558
+ 67
559
+ 49
560
+ 2
561
+ 0
562
+ 49
563
+ 3
564
+ 4
565
+ 15
566
+ 99
567
+ 7
568
+ 28
569
+ 7
570
+ 29
571
+ 65
572
+ 67
573
+ 49
574
+ 2
575
+ 0
576
+ 49
577
+ 3
578
+ 4
579
+ 15
580
+ 99
581
+ 7
582
+ 30
583
+ 7
584
+ 31
585
+ 65
586
+ 67
587
+ 49
588
+ 2
589
+ 0
590
+ 49
591
+ 3
592
+ 4
593
+ 15
594
+ 99
595
+ 7
596
+ 32
597
+ 7
598
+ 33
599
+ 65
600
+ 67
601
+ 49
602
+ 2
603
+ 0
604
+ 49
605
+ 3
606
+ 4
607
+ 11
608
+ I
609
+ 5
610
+ I
611
+ 0
612
+ I
613
+ 0
614
+ I
615
+ 0
616
+ n
617
+ p
618
+ 34
619
+ x
620
+ 11
621
+ application
622
+ M
623
+ 1
624
+ n
625
+ n
626
+ x
627
+ 11
628
+ application
629
+ i
630
+ 26
631
+ 65
632
+ 7
633
+ 0
634
+ 49
635
+ 1
636
+ 1
637
+ 9
638
+ 18
639
+ 65
640
+ 7
641
+ 0
642
+ 49
643
+ 2
644
+ 1
645
+ 13
646
+ 10
647
+ 25
648
+ 15
649
+ 65
650
+ 7
651
+ 0
652
+ 1
653
+ 49
654
+ 3
655
+ 2
656
+ 11
657
+ I
658
+ 3
659
+ I
660
+ 0
661
+ I
662
+ 0
663
+ I
664
+ 0
665
+ n
666
+ p
667
+ 4
668
+ x
669
+ 13
670
+ @@application
671
+ x
672
+ 23
673
+ class_variable_defined?
674
+ x
675
+ 18
676
+ class_variable_get
677
+ x
678
+ 18
679
+ class_variable_set
680
+ p
681
+ 5
682
+ I
683
+ -1
684
+ I
685
+ 22
686
+ I
687
+ 0
688
+ I
689
+ 23
690
+ I
691
+ 1a
692
+ x
693
+ 58
694
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
695
+ p
696
+ 0
697
+ x
698
+ 17
699
+ method_visibility
700
+ x
701
+ 15
702
+ add_defn_method
703
+ x
704
+ 12
705
+ application=
706
+ M
707
+ 1
708
+ n
709
+ n
710
+ x
711
+ 12
712
+ application=
713
+ i
714
+ 9
715
+ 65
716
+ 7
717
+ 0
718
+ 20
719
+ 0
720
+ 49
721
+ 1
722
+ 2
723
+ 11
724
+ I
725
+ 4
726
+ I
727
+ 1
728
+ I
729
+ 1
730
+ I
731
+ 1
732
+ n
733
+ p
734
+ 2
735
+ x
736
+ 13
737
+ @@application
738
+ x
739
+ 18
740
+ class_variable_set
741
+ p
742
+ 5
743
+ I
744
+ -1
745
+ I
746
+ 26
747
+ I
748
+ 0
749
+ I
750
+ 27
751
+ I
752
+ 9
753
+ x
754
+ 58
755
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
756
+ p
757
+ 1
758
+ x
759
+ 11
760
+ application
761
+ x
762
+ 13
763
+ configuration
764
+ M
765
+ 1
766
+ n
767
+ n
768
+ x
769
+ 13
770
+ configuration
771
+ i
772
+ 7
773
+ 5
774
+ 48
775
+ 0
776
+ 49
777
+ 1
778
+ 0
779
+ 11
780
+ I
781
+ 1
782
+ I
783
+ 0
784
+ I
785
+ 0
786
+ I
787
+ 0
788
+ n
789
+ p
790
+ 2
791
+ x
792
+ 11
793
+ application
794
+ x
795
+ 6
796
+ config
797
+ p
798
+ 5
799
+ I
800
+ -1
801
+ I
802
+ 2b
803
+ I
804
+ 0
805
+ I
806
+ 2c
807
+ I
808
+ 7
809
+ x
810
+ 58
811
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
812
+ p
813
+ 0
814
+ x
815
+ 11
816
+ initialize!
817
+ M
818
+ 1
819
+ n
820
+ n
821
+ x
822
+ 11
823
+ initialize!
824
+ i
825
+ 7
826
+ 5
827
+ 48
828
+ 0
829
+ 49
830
+ 1
831
+ 0
832
+ 11
833
+ I
834
+ 1
835
+ I
836
+ 0
837
+ I
838
+ 0
839
+ I
840
+ 0
841
+ n
842
+ p
843
+ 2
844
+ x
845
+ 11
846
+ application
847
+ x
848
+ 11
849
+ initialize!
850
+ p
851
+ 5
852
+ I
853
+ -1
854
+ I
855
+ 2f
856
+ I
857
+ 0
858
+ I
859
+ 30
860
+ I
861
+ 7
862
+ x
863
+ 58
864
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
865
+ p
866
+ 0
867
+ x
868
+ 12
869
+ initialized?
870
+ M
871
+ 1
872
+ n
873
+ n
874
+ x
875
+ 12
876
+ initialized?
877
+ i
878
+ 12
879
+ 65
880
+ 7
881
+ 0
882
+ 49
883
+ 1
884
+ 1
885
+ 13
886
+ 10
887
+ 11
888
+ 15
889
+ 3
890
+ 11
891
+ I
892
+ 2
893
+ I
894
+ 0
895
+ I
896
+ 0
897
+ I
898
+ 0
899
+ n
900
+ p
901
+ 2
902
+ x
903
+ 13
904
+ @@initialized
905
+ x
906
+ 18
907
+ class_variable_get
908
+ p
909
+ 5
910
+ I
911
+ -1
912
+ I
913
+ 33
914
+ I
915
+ 0
916
+ I
917
+ 34
918
+ I
919
+ c
920
+ x
921
+ 58
922
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
923
+ p
924
+ 0
925
+ x
926
+ 12
927
+ initialized=
928
+ M
929
+ 1
930
+ n
931
+ n
932
+ x
933
+ 12
934
+ initialized=
935
+ i
936
+ 27
937
+ 65
938
+ 7
939
+ 0
940
+ 49
941
+ 1
942
+ 1
943
+ 9
944
+ 18
945
+ 65
946
+ 7
947
+ 0
948
+ 49
949
+ 2
950
+ 1
951
+ 13
952
+ 10
953
+ 26
954
+ 15
955
+ 65
956
+ 7
957
+ 0
958
+ 20
959
+ 0
960
+ 49
961
+ 3
962
+ 2
963
+ 11
964
+ I
965
+ 4
966
+ I
967
+ 1
968
+ I
969
+ 1
970
+ I
971
+ 1
972
+ n
973
+ p
974
+ 4
975
+ x
976
+ 13
977
+ @@initialized
978
+ x
979
+ 23
980
+ class_variable_defined?
981
+ x
982
+ 18
983
+ class_variable_get
984
+ x
985
+ 18
986
+ class_variable_set
987
+ p
988
+ 5
989
+ I
990
+ -1
991
+ I
992
+ 37
993
+ I
994
+ 0
995
+ I
996
+ 38
997
+ I
998
+ 1b
999
+ x
1000
+ 58
1001
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1002
+ p
1003
+ 1
1004
+ x
1005
+ 11
1006
+ initialized
1007
+ x
1008
+ 6
1009
+ logger
1010
+ M
1011
+ 1
1012
+ n
1013
+ n
1014
+ x
1015
+ 6
1016
+ logger
1017
+ i
1018
+ 26
1019
+ 65
1020
+ 7
1021
+ 0
1022
+ 49
1023
+ 1
1024
+ 1
1025
+ 9
1026
+ 18
1027
+ 65
1028
+ 7
1029
+ 0
1030
+ 49
1031
+ 2
1032
+ 1
1033
+ 13
1034
+ 10
1035
+ 25
1036
+ 15
1037
+ 65
1038
+ 7
1039
+ 0
1040
+ 1
1041
+ 49
1042
+ 3
1043
+ 2
1044
+ 11
1045
+ I
1046
+ 3
1047
+ I
1048
+ 0
1049
+ I
1050
+ 0
1051
+ I
1052
+ 0
1053
+ n
1054
+ p
1055
+ 4
1056
+ x
1057
+ 8
1058
+ @@logger
1059
+ x
1060
+ 23
1061
+ class_variable_defined?
1062
+ x
1063
+ 18
1064
+ class_variable_get
1065
+ x
1066
+ 18
1067
+ class_variable_set
1068
+ p
1069
+ 5
1070
+ I
1071
+ -1
1072
+ I
1073
+ 3b
1074
+ I
1075
+ 0
1076
+ I
1077
+ 3c
1078
+ I
1079
+ 1a
1080
+ x
1081
+ 58
1082
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1083
+ p
1084
+ 0
1085
+ x
1086
+ 7
1087
+ logger=
1088
+ M
1089
+ 1
1090
+ n
1091
+ n
1092
+ x
1093
+ 7
1094
+ logger=
1095
+ i
1096
+ 9
1097
+ 65
1098
+ 7
1099
+ 0
1100
+ 20
1101
+ 0
1102
+ 49
1103
+ 1
1104
+ 2
1105
+ 11
1106
+ I
1107
+ 4
1108
+ I
1109
+ 1
1110
+ I
1111
+ 1
1112
+ I
1113
+ 1
1114
+ n
1115
+ p
1116
+ 2
1117
+ x
1118
+ 8
1119
+ @@logger
1120
+ x
1121
+ 18
1122
+ class_variable_set
1123
+ p
1124
+ 5
1125
+ I
1126
+ -1
1127
+ I
1128
+ 3f
1129
+ I
1130
+ 0
1131
+ I
1132
+ 40
1133
+ I
1134
+ 9
1135
+ x
1136
+ 58
1137
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1138
+ p
1139
+ 1
1140
+ x
1141
+ 6
1142
+ logger
1143
+ x
1144
+ 17
1145
+ backtrace_cleaner
1146
+ M
1147
+ 1
1148
+ n
1149
+ n
1150
+ x
1151
+ 17
1152
+ backtrace_cleaner
1153
+ i
1154
+ 60
1155
+ 65
1156
+ 7
1157
+ 0
1158
+ 49
1159
+ 1
1160
+ 1
1161
+ 9
1162
+ 18
1163
+ 65
1164
+ 7
1165
+ 0
1166
+ 49
1167
+ 2
1168
+ 1
1169
+ 13
1170
+ 10
1171
+ 59
1172
+ 15
1173
+ 65
1174
+ 7
1175
+ 0
1176
+ 5
1177
+ 7
1178
+ 3
1179
+ 64
1180
+ 47
1181
+ 49
1182
+ 4
1183
+ 1
1184
+ 15
1185
+ 45
1186
+ 5
1187
+ 6
1188
+ 43
1189
+ 7
1190
+ 13
1191
+ 71
1192
+ 8
1193
+ 47
1194
+ 9
1195
+ 53
1196
+ 47
1197
+ 49
1198
+ 9
1199
+ 0
1200
+ 13
1201
+ 47
1202
+ 49
1203
+ 10
1204
+ 0
1205
+ 15
1206
+ 8
1207
+ 56
1208
+ 49
1209
+ 8
1210
+ 0
1211
+ 49
1212
+ 11
1213
+ 2
1214
+ 11
1215
+ I
1216
+ 4
1217
+ I
1218
+ 0
1219
+ I
1220
+ 0
1221
+ I
1222
+ 0
1223
+ n
1224
+ p
1225
+ 12
1226
+ x
1227
+ 19
1228
+ @@backtrace_cleaner
1229
+ x
1230
+ 23
1231
+ class_variable_defined?
1232
+ x
1233
+ 18
1234
+ class_variable_get
1235
+ s
1236
+ 23
1237
+ rails/backtrace_cleaner
1238
+ x
1239
+ 7
1240
+ require
1241
+ x
1242
+ 5
1243
+ Rails
1244
+ n
1245
+ x
1246
+ 16
1247
+ BacktraceCleaner
1248
+ x
1249
+ 3
1250
+ new
1251
+ x
1252
+ 8
1253
+ allocate
1254
+ x
1255
+ 10
1256
+ initialize
1257
+ x
1258
+ 18
1259
+ class_variable_set
1260
+ p
1261
+ 13
1262
+ I
1263
+ -1
1264
+ I
1265
+ 43
1266
+ I
1267
+ 0
1268
+ I
1269
+ 48
1270
+ I
1271
+ 12
1272
+ I
1273
+ 44
1274
+ I
1275
+ 15
1276
+ I
1277
+ 46
1278
+ I
1279
+ 1e
1280
+ I
1281
+ 47
1282
+ I
1283
+ 38
1284
+ I
1285
+ 44
1286
+ I
1287
+ 3c
1288
+ x
1289
+ 58
1290
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1291
+ p
1292
+ 0
1293
+ x
1294
+ 4
1295
+ root
1296
+ M
1297
+ 1
1298
+ n
1299
+ n
1300
+ x
1301
+ 4
1302
+ root
1303
+ i
1304
+ 17
1305
+ 5
1306
+ 48
1307
+ 0
1308
+ 13
1309
+ 9
1310
+ 16
1311
+ 15
1312
+ 5
1313
+ 48
1314
+ 0
1315
+ 49
1316
+ 1
1317
+ 0
1318
+ 49
1319
+ 2
1320
+ 0
1321
+ 11
1322
+ I
1323
+ 2
1324
+ I
1325
+ 0
1326
+ I
1327
+ 0
1328
+ I
1329
+ 0
1330
+ n
1331
+ p
1332
+ 3
1333
+ x
1334
+ 11
1335
+ application
1336
+ x
1337
+ 6
1338
+ config
1339
+ x
1340
+ 4
1341
+ root
1342
+ p
1343
+ 5
1344
+ I
1345
+ -1
1346
+ I
1347
+ 4b
1348
+ I
1349
+ 0
1350
+ I
1351
+ 4c
1352
+ I
1353
+ 11
1354
+ x
1355
+ 58
1356
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1357
+ p
1358
+ 0
1359
+ x
1360
+ 3
1361
+ env
1362
+ M
1363
+ 1
1364
+ n
1365
+ n
1366
+ x
1367
+ 3
1368
+ env
1369
+ i
1370
+ 93
1371
+ 39
1372
+ 0
1373
+ 13
1374
+ 10
1375
+ 92
1376
+ 15
1377
+ 45
1378
+ 1
1379
+ 2
1380
+ 43
1381
+ 3
1382
+ 13
1383
+ 71
1384
+ 4
1385
+ 47
1386
+ 9
1387
+ 58
1388
+ 47
1389
+ 49
1390
+ 5
1391
+ 0
1392
+ 13
1393
+ 45
1394
+ 6
1395
+ 7
1396
+ 7
1397
+ 8
1398
+ 64
1399
+ 49
1400
+ 9
1401
+ 1
1402
+ 13
1403
+ 10
1404
+ 51
1405
+ 15
1406
+ 45
1407
+ 6
1408
+ 10
1409
+ 7
1410
+ 11
1411
+ 64
1412
+ 49
1413
+ 9
1414
+ 1
1415
+ 13
1416
+ 10
1417
+ 51
1418
+ 15
1419
+ 7
1420
+ 12
1421
+ 64
1422
+ 47
1423
+ 49
1424
+ 13
1425
+ 1
1426
+ 15
1427
+ 8
1428
+ 90
1429
+ 45
1430
+ 6
1431
+ 14
1432
+ 7
1433
+ 8
1434
+ 64
1435
+ 49
1436
+ 9
1437
+ 1
1438
+ 13
1439
+ 10
1440
+ 87
1441
+ 15
1442
+ 45
1443
+ 6
1444
+ 15
1445
+ 7
1446
+ 11
1447
+ 64
1448
+ 49
1449
+ 9
1450
+ 1
1451
+ 13
1452
+ 10
1453
+ 87
1454
+ 15
1455
+ 7
1456
+ 12
1457
+ 64
1458
+ 49
1459
+ 4
1460
+ 1
1461
+ 38
1462
+ 0
1463
+ 11
1464
+ I
1465
+ 4
1466
+ I
1467
+ 0
1468
+ I
1469
+ 0
1470
+ I
1471
+ 0
1472
+ n
1473
+ p
1474
+ 16
1475
+ x
1476
+ 5
1477
+ @_env
1478
+ x
1479
+ 13
1480
+ ActiveSupport
1481
+ n
1482
+ x
1483
+ 14
1484
+ StringInquirer
1485
+ x
1486
+ 3
1487
+ new
1488
+ x
1489
+ 8
1490
+ allocate
1491
+ x
1492
+ 3
1493
+ ENV
1494
+ n
1495
+ s
1496
+ 9
1497
+ RAILS_ENV
1498
+ x
1499
+ 2
1500
+ []
1501
+ n
1502
+ s
1503
+ 8
1504
+ RACK_ENV
1505
+ s
1506
+ 11
1507
+ development
1508
+ x
1509
+ 10
1510
+ initialize
1511
+ n
1512
+ n
1513
+ p
1514
+ 5
1515
+ I
1516
+ -1
1517
+ I
1518
+ 4f
1519
+ I
1520
+ 0
1521
+ I
1522
+ 50
1523
+ I
1524
+ 5d
1525
+ x
1526
+ 58
1527
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1528
+ p
1529
+ 0
1530
+ x
1531
+ 4
1532
+ env=
1533
+ M
1534
+ 1
1535
+ n
1536
+ n
1537
+ x
1538
+ 4
1539
+ env=
1540
+ i
1541
+ 33
1542
+ 45
1543
+ 0
1544
+ 1
1545
+ 43
1546
+ 2
1547
+ 13
1548
+ 71
1549
+ 3
1550
+ 47
1551
+ 9
1552
+ 25
1553
+ 47
1554
+ 49
1555
+ 4
1556
+ 0
1557
+ 13
1558
+ 20
1559
+ 0
1560
+ 47
1561
+ 49
1562
+ 5
1563
+ 1
1564
+ 15
1565
+ 8
1566
+ 30
1567
+ 20
1568
+ 0
1569
+ 49
1570
+ 3
1571
+ 1
1572
+ 38
1573
+ 6
1574
+ 11
1575
+ I
1576
+ 4
1577
+ I
1578
+ 1
1579
+ I
1580
+ 1
1581
+ I
1582
+ 1
1583
+ n
1584
+ p
1585
+ 7
1586
+ x
1587
+ 13
1588
+ ActiveSupport
1589
+ n
1590
+ x
1591
+ 14
1592
+ StringInquirer
1593
+ x
1594
+ 3
1595
+ new
1596
+ x
1597
+ 8
1598
+ allocate
1599
+ x
1600
+ 10
1601
+ initialize
1602
+ x
1603
+ 5
1604
+ @_env
1605
+ p
1606
+ 5
1607
+ I
1608
+ -1
1609
+ I
1610
+ 53
1611
+ I
1612
+ 0
1613
+ I
1614
+ 54
1615
+ I
1616
+ 21
1617
+ x
1618
+ 58
1619
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1620
+ p
1621
+ 1
1622
+ x
1623
+ 11
1624
+ environment
1625
+ x
1626
+ 5
1627
+ cache
1628
+ M
1629
+ 1
1630
+ n
1631
+ n
1632
+ x
1633
+ 5
1634
+ cache
1635
+ i
1636
+ 4
1637
+ 45
1638
+ 0
1639
+ 1
1640
+ 11
1641
+ I
1642
+ 1
1643
+ I
1644
+ 0
1645
+ I
1646
+ 0
1647
+ I
1648
+ 0
1649
+ n
1650
+ p
1651
+ 2
1652
+ x
1653
+ 11
1654
+ RAILS_CACHE
1655
+ n
1656
+ p
1657
+ 5
1658
+ I
1659
+ -1
1660
+ I
1661
+ 57
1662
+ I
1663
+ 0
1664
+ I
1665
+ 58
1666
+ I
1667
+ 4
1668
+ x
1669
+ 58
1670
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1671
+ p
1672
+ 0
1673
+ x
1674
+ 7
1675
+ version
1676
+ M
1677
+ 1
1678
+ n
1679
+ n
1680
+ x
1681
+ 7
1682
+ version
1683
+ i
1684
+ 6
1685
+ 45
1686
+ 0
1687
+ 1
1688
+ 43
1689
+ 2
1690
+ 11
1691
+ I
1692
+ 1
1693
+ I
1694
+ 0
1695
+ I
1696
+ 0
1697
+ I
1698
+ 0
1699
+ n
1700
+ p
1701
+ 3
1702
+ x
1703
+ 7
1704
+ VERSION
1705
+ n
1706
+ x
1707
+ 6
1708
+ STRING
1709
+ p
1710
+ 5
1711
+ I
1712
+ -1
1713
+ I
1714
+ 5b
1715
+ I
1716
+ 0
1717
+ I
1718
+ 5c
1719
+ I
1720
+ 6
1721
+ x
1722
+ 58
1723
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1724
+ p
1725
+ 0
1726
+ x
1727
+ 11
1728
+ public_path
1729
+ M
1730
+ 1
1731
+ n
1732
+ n
1733
+ x
1734
+ 11
1735
+ public_path
1736
+ i
1737
+ 23
1738
+ 5
1739
+ 48
1740
+ 0
1741
+ 13
1742
+ 9
1743
+ 22
1744
+ 15
1745
+ 5
1746
+ 48
1747
+ 0
1748
+ 49
1749
+ 1
1750
+ 0
1751
+ 49
1752
+ 2
1753
+ 0
1754
+ 49
1755
+ 3
1756
+ 0
1757
+ 49
1758
+ 4
1759
+ 0
1760
+ 11
1761
+ I
1762
+ 2
1763
+ I
1764
+ 0
1765
+ I
1766
+ 0
1767
+ I
1768
+ 0
1769
+ n
1770
+ p
1771
+ 5
1772
+ x
1773
+ 11
1774
+ application
1775
+ x
1776
+ 5
1777
+ paths
1778
+ x
1779
+ 6
1780
+ public
1781
+ x
1782
+ 4
1783
+ to_a
1784
+ x
1785
+ 5
1786
+ first
1787
+ p
1788
+ 5
1789
+ I
1790
+ -1
1791
+ I
1792
+ 5f
1793
+ I
1794
+ 0
1795
+ I
1796
+ 60
1797
+ I
1798
+ 17
1799
+ x
1800
+ 58
1801
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1802
+ p
1803
+ 0
1804
+ x
1805
+ 12
1806
+ public_path=
1807
+ M
1808
+ 1
1809
+ n
1810
+ n
1811
+ x
1812
+ 12
1813
+ public_path=
1814
+ i
1815
+ 21
1816
+ 45
1817
+ 0
1818
+ 1
1819
+ 43
1820
+ 2
1821
+ 7
1822
+ 3
1823
+ 64
1824
+ 7
1825
+ 4
1826
+ 64
1827
+ 49
1828
+ 5
1829
+ 1
1830
+ 5
1831
+ 48
1832
+ 6
1833
+ 49
1834
+ 7
1835
+ 2
1836
+ 11
1837
+ I
1838
+ 4
1839
+ I
1840
+ 1
1841
+ I
1842
+ 1
1843
+ I
1844
+ 1
1845
+ n
1846
+ p
1847
+ 8
1848
+ x
1849
+ 13
1850
+ ActiveSupport
1851
+ n
1852
+ x
1853
+ 11
1854
+ Deprecation
1855
+ s
1856
+ 42
1857
+ Setting Rails.public_path= is deprecated.
1858
+ s
1859
+ 59
1860
+ Please set paths.public = in config/application.rb instead.
1861
+ x
1862
+ 2
1863
+ <<
1864
+ x
1865
+ 6
1866
+ caller
1867
+ x
1868
+ 4
1869
+ warn
1870
+ p
1871
+ 13
1872
+ I
1873
+ -1
1874
+ I
1875
+ 63
1876
+ I
1877
+ 0
1878
+ I
1879
+ 64
1880
+ I
1881
+ 8
1882
+ I
1883
+ 65
1884
+ I
1885
+ b
1886
+ I
1887
+ 64
1888
+ I
1889
+ e
1890
+ I
1891
+ 65
1892
+ I
1893
+ 11
1894
+ I
1895
+ 64
1896
+ I
1897
+ 15
1898
+ x
1899
+ 58
1900
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1901
+ p
1902
+ 1
1903
+ x
1904
+ 4
1905
+ path
1906
+ p
1907
+ 33
1908
+ I
1909
+ 2
1910
+ I
1911
+ 22
1912
+ I
1913
+ 10
1914
+ I
1915
+ 26
1916
+ I
1917
+ 1e
1918
+ I
1919
+ 2b
1920
+ I
1921
+ 2c
1922
+ I
1923
+ 2f
1924
+ I
1925
+ 3a
1926
+ I
1927
+ 33
1928
+ I
1929
+ 48
1930
+ I
1931
+ 37
1932
+ I
1933
+ 56
1934
+ I
1935
+ 3b
1936
+ I
1937
+ 64
1938
+ I
1939
+ 3f
1940
+ I
1941
+ 72
1942
+ I
1943
+ 43
1944
+ I
1945
+ 80
1946
+ I
1947
+ 4b
1948
+ I
1949
+ 8e
1950
+ I
1951
+ 4f
1952
+ I
1953
+ 9c
1954
+ I
1955
+ 53
1956
+ I
1957
+ aa
1958
+ I
1959
+ 57
1960
+ I
1961
+ b8
1962
+ I
1963
+ 5b
1964
+ I
1965
+ c6
1966
+ I
1967
+ 5f
1968
+ I
1969
+ d4
1970
+ I
1971
+ 63
1972
+ I
1973
+ e2
1974
+ x
1975
+ 58
1976
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
1977
+ p
1978
+ 0
1979
+ x
1980
+ 13
1981
+ attach_method
1982
+ p
1983
+ 7
1984
+ I
1985
+ 2
1986
+ I
1987
+ 1e
1988
+ I
1989
+ d
1990
+ I
1991
+ 1f
1992
+ I
1993
+ 18
1994
+ I
1995
+ 21
1996
+ I
1997
+ 34
1998
+ x
1999
+ 58
2000
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
2001
+ p
2002
+ 0
2003
+ x
2004
+ 13
2005
+ attach_method
2006
+ p
2007
+ 31
2008
+ I
2009
+ 0
2010
+ I
2011
+ 1
2012
+ I
2013
+ 9
2014
+ I
2015
+ 3
2016
+ I
2017
+ 12
2018
+ I
2019
+ 5
2020
+ I
2021
+ 1b
2022
+ I
2023
+ 6
2024
+ I
2025
+ 24
2026
+ I
2027
+ 7
2028
+ I
2029
+ 2d
2030
+ I
2031
+ 9
2032
+ I
2033
+ 36
2034
+ I
2035
+ a
2036
+ I
2037
+ 3f
2038
+ I
2039
+ b
2040
+ I
2041
+ 48
2042
+ I
2043
+ d
2044
+ I
2045
+ 51
2046
+ I
2047
+ e
2048
+ I
2049
+ 5a
2050
+ I
2051
+ 16
2052
+ I
2053
+ 64
2054
+ I
2055
+ 17
2056
+ I
2057
+ 71
2058
+ I
2059
+ 19
2060
+ I
2061
+ 81
2062
+ I
2063
+ 1a
2064
+ I
2065
+ 91
2066
+ I
2067
+ 1d
2068
+ I
2069
+ ad
2070
+ x
2071
+ 58
2072
+ /Users/santiago/WyeWorks/Projs/rails/railties/lib/rails.rb
2073
+ p
2074
+ 0