aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Sync 'rails/rails/master'Yehuda Katz2009-01-131-1/+1
| |\ \ \ \
| * \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-111-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-091-1/+1
| |\ \ \ \ \ \
| * | | | | | | Object#tap for Ruby < 1.8.7Jeremy Kemper2009-01-091-0/+15
| * | | | | | | Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del S...Pratik Naik2009-01-091-1/+1
| * | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-051-1/+1
| * | | | | | | It was decided that Multibyte does not belong to as/mini.Michael S. Klishin2008-12-291-8/+2
| * | | | | | | Pull up some other changes from rails/rails/masterMichael S. Klishin2008-12-291-7/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync i18n update from rails/rails/masterMichael S. Klishin2008-12-2815-71/+882
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-2812-160/+170
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use active_support/mini instead of active_support/minimalisticMichael S. Klishin2008-12-281-15/+0
| * | | | | | | | | | Sync with wycats/rails/masterMichael S. Klishin2008-12-2812-161/+178
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-2813-162/+183
| * | | | | | | | | | | active_support/minimalistic.rb => active_support/mini.rbMichael S. Klishin2008-12-281-0/+0
| * | | | | | | | | | | Introduce minimalistic package for ActiveSupport.Michael S. Klishin2008-12-282-1/+20
| |/ / / / / / / / / /
* | | | | | | | | | | Move AS::Duration autoload to core/time/autoloadJeremy Kemper2009-04-202-1/+1
* | | | | | | | | | | Autoload I18n simple backendJeremy Kemper2009-04-173-5/+11
* | | | | | | | | | | Autoload YAML and StringScanner for JSON decodingJeremy Kemper2009-04-171-2/+2
* | | | | | | | | | | Autoload StringScanner for pre-1.9 String#each_charJeremy Kemper2009-04-171-1/+1
* | | | | | | | | | | Remove rarely-used DRb cache storeJeremy Kemper2009-04-172-18/+3
* | | | | | | | | | | Eliminate Pathname extensionsJeremy Kemper2009-04-173-20/+12
* | | | | | | | | | | Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-176-185/+204
* | | | | | | | | | | Fix core/all require of adjacent core featuresJeremy Kemper2009-04-171-1/+1
* | | | | | | | | | | Fix core/time require of DateTime core extensionsJeremy Kemper2009-04-171-1/+1
* | | | | | | | | | | Insert in sorted order to avoid TimeZone sortJeremy Kemper2009-04-071-2/+1
* | | | | | | | | | | autoload PathnameJeremy Kemper2009-04-071-1/+5
* | | | | | | | | | | Unneeded requireJeremy Kemper2009-04-071-1/+0
* | | | | | | | | | | Encapsulate date/time core extensions and constant autoloads in active_suppor...Jeremy Kemper2009-03-316-13/+25
* | | | | | | | | | | 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
* | | | | | | | | | | Fix requireJeremy Kemper2009-03-291-1/+1
* | | | | | | | | | | Explicit File#atomic_write dependencyJeremy Kemper2009-03-291-0/+2
* | | | | | | | | | | Avoid need for Enumerable#sum extensionJeremy Kemper2009-03-281-1/+3
* | | | | | | | | | | Explicit dependency on Duration, numeric times, and date/time to_s extensionsJeremy Kemper2009-03-281-2/+9
* | | | | | | | | | | Explicit dependency on Proc#bind extensionJeremy Kemper2009-03-281-0/+1
* | | | | | | | | | | Explicit dependency on OrderedHashJeremy Kemper2009-03-281-1/+3
* | | | | | | | | | | Explicit dependency on Hash#deep_merge extensionJeremy Kemper2009-03-281-0/+2
* | | | | | | | | | | Explicit dependency on Object#instance_values extensionJeremy Kemper2009-03-281-0/+2
* | | | | | | | | | | Explicit dependency on Array#wrap extensionJeremy Kemper2009-03-281-0/+2
* | | | | | | | | | | Explicit dependency on String#start_with? extensionJeremy Kemper2009-03-281-3/+5
* | | | | | | | | | | Explicit dependency on multibyte String extensionJeremy Kemper2009-03-281-0/+2
* | | | | | | | | | | Explicit dependency on Module extensionsJeremy Kemper2009-03-281-0/+3
* | | | | | | | | | | 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 extensio...Jeremy Kemper2009-03-285-157/+117
* | | | | | | | | | | 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