aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
Commit message (Collapse)AuthorAgeFilesLines
...
* AS guide: documents internal attributesXavier Noria2010-02-061-0/+38
|
* AS guide: documents Module#attr_accessor_with_defaultXavier Noria2010-02-061-3/+52
|
* AS guide: documents where output safety is definedXavier Noria2010-02-061-0/+2
|
* AS guide: documents Kernel#require_library_or_gemXavier Noria2010-02-061-0/+14
|
* the infamuous typo that escapes a thousand passes and it is only spotted in ↵Xavier Noria2010-02-051-1/+1
| | | | github colored diff
* AS guide: first version of a section on output safety, trying to give some ↵Xavier Noria2010-02-051-0/+63
| | | | context, but trying to go not too far away from the topic of the guide which is AS-only
* checking guides regeneration, should be out before 9amXavier Noria2010-02-031-1/+1
|
* this 2nd test should be alive in rails.info sometime before 12pmXavier Noria2010-02-021-1/+1
|
* this test should be alive in rails.info at 9:30Xavier Noria2010-02-021-1/+1
|
* AS guide: documents Class#class_attributeXavier Noria2010-02-021-1/+36
|
* AS guide: Class#subclasses has been removed in ↵Xavier Noria2010-01-271-29/+0
| | | | ec7c642f5fe60afc857aa64f1a9b4c2be56f9d70
* AS guide: Object#remove_subclasses_of has been removed in ↵Xavier Noria2010-01-271-6/+0
| | | | 5b01c8bb8bd9354fda8dc00c2df6888dbab7f017
* AS guide: Object#subclasses_of has been removed in ↵Xavier Noria2010-01-271-36/+0
| | | | 245bfafe335ff883f7a096eab95ac22fe2848679
* AS guide: Class#descendents has been removed in ↵Xavier Noria2010-01-271-8/+0
| | | | f85f5dfc8ffefff174b695c6363211d342f77a57
* AS guide: Class#reachable? has been removed in ↵Xavier Noria2010-01-271-25/+0
| | | | 5f981ff0294ba45aa44ad15aa063970b29aeec44
* AS guide: Class#remove_class has been removed in ↵Xavier Noria2010-01-271-47/+0
| | | | 44afd785c8e390f47bc5b80e5d94309b6b56a13c
* AS guide: Object#extend_with_included_modules_from has been removed in ↵Xavier Noria2010-01-271-21/+0
| | | | ccec730d7f2ccf5e44d3ac2b4b05c7c57af1cfb4
* Object#extended_by has been deleted in c25ac0deeefe55837ba8fd2b2dc860924a507e63Xavier Noria2010-01-271-25/+0
|
* AS guide: updates docs for LoadError after 1a50d2eXavier Noria2010-01-211-13/+4
|
* AS guide: documents Float#roundXavier Noria2010-01-191-1/+9
|
* AS guide: documents Object#extend_with_included_modules_fromXavier Noria2010-01-181-0/+21
|
* AS guide: documents Object#extended_byXavier Noria2010-01-181-0/+25
|
* AS guide: documents Class#descendentsXavier Noria2010-01-171-2/+12
|
* AS guide: Object#subclasses_of also selects anonymous classesXavier Noria2010-01-171-2/+2
|
* AS guide: revises Class#reachable?Xavier Noria2010-01-171-1/+1
|
* AS guide: documents Class#reachable?Xavier Noria2010-01-171-0/+25
|
* AS guide: revises section about Class#subclassesXavier Noria2010-01-171-3/+3
|
* AS guide: documents Object#subclasses_ofXavier Noria2010-01-171-0/+34
|
* AS guide: documents Object#remove_subclasses_ofXavier Noria2010-01-171-0/+6
|
* removes warning in multiple_of? that is no longer needed after 7a2554dXavier Noria2010-01-031-2/+0
|
* AS guide: documents the file where each method is defined to allow ↵Xavier Noria2010-01-031-1/+19
| | | | cherry-picking (rest)
* Regexp#(un)optionalize are also goneXavier Noria2010-01-021-25/+0
|
* Regexp#number_of_captures is goneXavier Noria2010-01-021-24/+0
|
* AS guide: documents the file where each method is defined to allow ↵Xavier Noria2010-01-021-1/+77
| | | | cherry-picking (covers up to Hash)
* AS guide: documents the file where each method is defined to allow ↵Xavier Noria2010-01-021-0/+44
| | | | cherry-picking (covers up to String)
* AS guide: documents Object#presenceXavier Noria2009-12-301-0/+8
|
* AS guide: fixes an exampleXavier Noria2009-12-171-1/+1
|
* AS guide: documents Enumerable#exclude?Xavier Noria2009-12-161-0/+8
|
* AS guide: removes docs for String#start_with? and String#end_with?, no ↵Xavier Noria2009-11-091-18/+2
| | | | longer in AS
* AS guide: removes docs for Object#instance_variable_defined?, no longer in ASXavier Noria2009-11-091-26/+0
|
* AS guide: removes docs for Symbol#to_proc, no longer in ASXavier Noria2009-11-091-20/+0
|
* AS guide: removes docs for Object#tap, no longer in ASXavier Noria2009-11-091-20/+0
|
* AS guide: removes docs for bytesize, no longer in ASXavier Noria2009-11-091-4/+0
|
* AS guide: removes docs for each_char, no longer in ASXavier Noria2009-11-091-8/+0
|
* AS guide: removes docs for none?, no longer in ASXavier Noria2009-11-091-10/+0
|
* AS guide: removes docs for even? and odd?, no longer in ASXavier Noria2009-11-091-13/+0
|
* corrects an exampleXavier Noria2009-11-011-1/+1
|
* AS guide: documents Numeric#bytes and friendsXavier Noria2009-11-011-1/+28
|
* AS guide: documents Proc#bindXavier Noria2009-10-271-1/+41
|
* AS guide: documents the Range#overlaps?Xavier Noria2009-10-251-0/+10
|