aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-072-0/+27
| | |
| * | Helpers with an initial testYehuda Katz2009-03-031-3/+3
| | |
| * | First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+79
| | |
| * | Sync 'rails/rails/master'Yehuda Katz2009-01-307-24/+37
| |\ \
| * \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-131-1/+1
| |\ \ \
| * | | | Object#tap for Ruby < 1.8.7Jeremy Kemper2009-01-091-0/+15
| | | | |
| * | | | Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-289-112/+113
| |\ \ \ \
| * | | | | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-286-100/+104
| | | | | |
* | | | | | Autoload StringScanner for pre-1.9 String#each_charJeremy Kemper2009-04-171-1/+1
| | | | | |
* | | | | | Eliminate Pathname extensionsJeremy Kemper2009-04-173-20/+12
| | | | | |
* | | | | | Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-171-0/+9
| | | | | |
* | | | | | autoload PathnameJeremy Kemper2009-04-071-1/+5
| | | | | |
* | | | | | Feature detection for Range#step extensionJeremy Kemper2009-03-291-7/+10
| | | | | |
* | | | | | Convert Range step and include extension modules to class reopenJeremy Kemper2009-03-293-58/+40
| | | | | |
* | | | | | JRuby doesn't have UnboundMethod#nameJeremy Kemper2009-03-291-1/+1
| | | | | |
* | | | | | Convert Time conversions extension module to class reopenJeremy Kemper2009-03-283-86/+80
| | | | | |
* | | | | | Explicit dependency on Date calculations extensionsJeremy Kemper2009-03-281-0/+1
| | | | | |
* | | | | | Convert String conversions, filters, starts/ends_with, and multibyte ↵Jeremy Kemper2009-03-285-157/+117
| | | | | | | | | | | | | | | | | | | | | | | | extension modules to class reopen
* | | | | | Convert Range conversions extension module to class reopenJeremy Kemper2009-03-282-24/+19
| | | | | |
* | | | | | Convert Numeric bytes and time extension modules to class reopenJeremy Kemper2009-03-283-117/+102
| | | | | |
* | | | | | Convert Module aliasing and introspection extension modules to class reopenJeremy Kemper2009-03-283-149/+142
| | | | | |
* | | | | | Convert Integer time extension module to class reopenJeremy Kemper2009-03-282-45/+37
| | | | | |
* | | | | | Convert Hash conversions extension module to class reopenJeremy Kemper2009-03-282-220/+210
| | | | | |
* | | | | | Convert DateTime extensions to class reopensJeremy Kemper2009-03-282-95/+77
| | | | | |
* | | | | | Convert Date calculations and conversions extension modules to class reopensJeremy Kemper2009-03-283-325/+302
| | | | | |
* | | | | | Tease out Object#acts_like? behaviorsJeremy Kemper2009-03-287-26/+34
| | | | | |
* | | | | | Convert Time extension modules to class reopensJeremy Kemper2009-03-263-380/+356
| | | | | |
* | | | | | Convert DateTime extension modules to class reopensJeremy Kemper2009-03-263-113/+117
| | | | | |
* | | | | | Extract time fixes into separate extensionsJeremy Kemper2009-03-243-27/+34
| | | | | |
* | | | | | Explicit dependency on Array#extract_options!Jeremy Kemper2009-03-241-24/+28
| | | | | |
* | | | | | Document NameError extensionsJeremy Kemper2009-03-241-4/+3
| | | | | |
* | | | | | Condense to Kernel#with_warningsJeremy Kemper2009-03-241-6/+8
| | | | | |
* | | | | | Indentation, superfluous selfJeremy Kemper2009-03-241-25/+25
| | | | | |
* | | | | | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-233-17/+2
| | | | | |
* | | | | | Namespace HashWithIndifferentAccessJeremy Kemper2009-03-211-1/+1
| | | | | |
* | | | | | Hide XmlMini backend details from rdocJeremy Kemper2009-03-211-3/+3
| | | | | |
* | | | | | try is an object extensionJeremy Kemper2009-03-212-4/+5
| | | | | |
* | | | | | Convert Range extension module to a class reopenJeremy Kemper2009-03-212-14/+9
| | | | | |
* | | | | | Convert Numeric extension module to a class reopenJeremy Kemper2009-03-212-18/+16
| | | | | |
* | | | | | Fix dangling Inflector referenceJeremy Kemper2009-03-211-1/+1
| | | | | |
* | | | | | Convert LoadError extension modules to class reopensJeremy Kemper2009-03-211-9/+6
| | | | | |
* | | | | | Convert integer extension modules to class reopensJeremy Kemper2009-03-213-43/+27
| | | | | |
* | | | | | Convert hash extension modules to class reopensJeremy Kemper2009-03-218-314/+145
| | | | | |
* | | | | | Simplify Enumerable#each_with_objectJeremy Kemper2009-03-211-4/+3
| | | | | |
* | | | | | Explicitly require pathname core extensionJeremy Kemper2009-03-211-0/+2
| | | | | |
* | | | | | Convert date extension modules to class reopensJeremy Kemper2009-03-214-43/+43
| | | | | |
* | | | | | blank? and duplicable? are Object extensionsJeremy Kemper2009-03-213-1/+4
| | | | | |
* | | | | | Convert bigdecimal extension modules to class reopensJeremy Kemper2009-03-212-33/+21
| | | | | |
* | | | | | Convert array extension modules to class reopensJeremy Kemper2009-03-216-348/+314
| | | | | |
* | | | | | Only require builder at startup if we need to monkey with its String#to_xs ↵Jeremy Kemper2009-03-211-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | demands