Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Reorganize ActionController folder structure | Joshua Peek | 2009-01-27 | 1 | -0/+38 | |
| | | | | ||||||
| | * | | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 14 | -44/+83 | |
| | | | | ||||||
| * | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-30 | 20 | -46/+231 | |
| |\ \ \ | ||||||
| * \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-13 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-11 | 1 | -2/+6 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Object#tap for Ruby < 1.8.7 | Jeremy Kemper | 2009-01-09 | 1 | -0/+15 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del ↵ | Pratik Naik | 2009-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Strother] | |||||
| * | | | | | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-05 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | It was decided that Multibyte does not belong to as/mini. | Michael S. Klishin | 2008-12-29 | 1 | -8/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Pull up some other changes from rails/rails/master | Michael S. Klishin | 2008-12-29 | 1 | -7/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Sync i18n update from rails/rails/master | Michael S. Klishin | 2008-12-28 | 15 | -71/+882 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Sync with rails/rails/master, merge two metaprogramming annotation efforts | Michael S. Klishin | 2008-12-28 | 12 | -160/+170 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use active_support/mini instead of active_support/minimalistic | Michael S. Klishin | 2008-12-28 | 1 | -15/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Sync with wycats/rails/master | Michael S. Klishin | 2008-12-28 | 12 | -161/+178 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Annotated metaprogramming code across ActiveSupport | Michael S. Klishin | 2008-12-28 | 13 | -162/+183 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | active_support/minimalistic.rb => active_support/mini.rb | Michael S. Klishin | 2008-12-28 | 1 | -0/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Introduce minimalistic package for ActiveSupport. | Michael S. Klishin | 2008-12-28 | 2 | -1/+20 | |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To simplify using of ActiveSupport in 3rd party libraries, a simple way to require only minimum of commonly used extensions (multibyte, inflections, array and hash extensions, #blank?, and a few others) is needed. For exactly this reason some out-of-Rails-space libraries adopted Extlib, originally from DataMapper. To keep it 2067% backwards compatible, and still available to everyone even in 2.x releases, active_support/minimalistic.rb was added. Use it like this: gem 'active_support', '>=2.3' require 'active_support/minimalistic' instead of require 'activesupport' Right now this package with RubyGems uses about 10 megs of RAM (10.01 or so). It can be further slimmed down though, once we simplify multibyte implementation that right now uses advanced accessors from Module extensions. To compare RAM usage with previous ActiveSupport versions and Extlib, at the time of writing, see http://gist.github.com/40401. | |||||
* | | | | | | | | | | | Move AS::Duration autoload to core/time/autoload | Jeremy Kemper | 2009-04-20 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Autoload I18n simple backend | Jeremy Kemper | 2009-04-17 | 3 | -5/+11 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Autoload YAML and StringScanner for JSON decoding | Jeremy Kemper | 2009-04-17 | 1 | -2/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Autoload StringScanner for pre-1.9 String#each_char | Jeremy Kemper | 2009-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Remove rarely-used DRb cache store | Jeremy Kemper | 2009-04-17 | 2 | -18/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Eliminate Pathname extensions | Jeremy Kemper | 2009-04-17 | 3 | -20/+12 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Dice up ActiveSupport::Deprecation | Jeremy Kemper | 2009-04-17 | 6 | -185/+204 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix core/all require of adjacent core features | Jeremy Kemper | 2009-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix core/time require of DateTime core extensions | Jeremy Kemper | 2009-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Insert in sorted order to avoid TimeZone sort | Jeremy Kemper | 2009-04-07 | 1 | -2/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | autoload Pathname | Jeremy Kemper | 2009-04-07 | 1 | -1/+5 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Unneeded require | Jeremy Kemper | 2009-04-07 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Encapsulate date/time core extensions and constant autoloads in ↵ | Jeremy Kemper | 2009-03-31 | 5 | -10/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | active_support/core/time | |||||
* | | | | | | | | | | | Feature detection for Range#step extension | Jeremy Kemper | 2009-03-29 | 1 | -7/+10 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Convert Range step and include extension modules to class reopen | Jeremy Kemper | 2009-03-29 | 3 | -58/+40 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | JRuby doesn't have UnboundMethod#name | Jeremy Kemper | 2009-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix require | Jeremy Kemper | 2009-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit File#atomic_write dependency | Jeremy Kemper | 2009-03-29 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Avoid need for Enumerable#sum extension | Jeremy Kemper | 2009-03-28 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on Duration, numeric times, and date/time to_s extensions | Jeremy Kemper | 2009-03-28 | 1 | -2/+9 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on Proc#bind extension | Jeremy Kemper | 2009-03-28 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on OrderedHash | Jeremy Kemper | 2009-03-28 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on Hash#deep_merge extension | Jeremy Kemper | 2009-03-28 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on Object#instance_values extension | Jeremy Kemper | 2009-03-28 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on Array#wrap extension | Jeremy Kemper | 2009-03-28 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on String#start_with? extension | Jeremy Kemper | 2009-03-28 | 1 | -3/+5 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on multibyte String extension | Jeremy Kemper | 2009-03-28 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on Module extensions | Jeremy Kemper | 2009-03-28 | 1 | -0/+3 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Convert Time conversions extension module to class reopen | Jeremy Kemper | 2009-03-28 | 3 | -86/+80 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Explicit dependency on Date calculations extensions | Jeremy Kemper | 2009-03-28 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Convert String conversions, filters, starts/ends_with, and multibyte ↵ | Jeremy Kemper | 2009-03-28 | 5 | -157/+117 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extension modules to class reopen | |||||
* | | | | | | | | | | | Convert Range conversions extension module to class reopen | Jeremy Kemper | 2009-03-28 | 2 | -24/+19 | |
| | | | | | | | | | | |