| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecations from Active Support. | José Valim | 2011-12-20 | 1 | -1/+0 |
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger | Aaron Patterson | 2011-12-19 | 1 | -1/+1 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 1 | -0/+1 |
* | Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa... | Jon Leighton | 2011-05-23 | 1 | -1/+0 |
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 1 | -1/+3 |
* | Update copyright year in Active Resource and Active Support | Vijay Dev | 2011-05-09 | 1 | -1/+1 |
* | File watcher won't make the cut for 3.1. Maybe on 3.2. | José Valim | 2011-04-23 | 1 | -1/+0 |
* | Add initial FileWatcher implementation. The Backend is just an abstract imple... | wycats | 2011-02-06 | 1 | -0/+1 |
* | Always pull in version for frameworks (standardize autoload / require / none) | wycats | 2010-10-10 | 1 | -1/+1 |
* | Make ActiveSupport load own version. | Barry Sears | 2010-10-10 | 1 | -0/+1 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -1/+2 |
* | Add ActiveSupport::FileUpdateChecker. | José Valim | 2010-06-20 | 1 | -1/+3 |
* | Add ActiveSupport::DescendantsTracker. | José Valim | 2010-06-19 | 1 | -0/+1 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -0/+3 |
* | For performance reasons, you can no longer call html_safe! on Strings. Instea... | Yehuda Katz | 2010-01-31 | 1 | -0/+1 |
* | Unvendor'd MemCache-Client. Now requires the MemCache Client gem as a depend... | Mikel Lindsaar | 2010-01-28 | 1 | -2/+0 |
* | Autoload AS test case | Joshua Peek | 2010-01-04 | 1 | -0/+2 |
* | Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo... | José Valim | 2009-12-30 | 1 | -1/+0 |
* | Fix the i18n dependency problem | David Heinemeier Hansson | 2009-12-27 | 1 | -3/+0 |
* | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -25/+28 |
* | Should fix a few Sam Ruby fails. | Yehuda Katz | 2009-12-03 | 1 | -1/+32 |
* | Restore split between require-time and runtime load path mungery. Simplifies ... | Jeremy Kemper | 2009-09-24 | 1 | -1/+2 |
* | Convert the other vendored libs to avoid pulling in old gems. Works even if r... | Jeremy Kemper | 2009-09-24 | 1 | -1/+0 |
* | Rollback AS bundler work and improve activation of vendored dependencies | Joshua Peek | 2009-09-13 | 1 | -7/+1 |
* | Restore AS vendor file until we get things sorted out in railties | Joshua Peek | 2009-09-13 | 1 | -0/+1 |
* | Load vendored i18n if its not found since its a real requirement | Joshua Peek | 2009-09-13 | 1 | -1/+7 |
* | Move AS vendor support into bundler. | Joshua Peek | 2009-09-13 | 1 | -1/+1 |
* | Extract autoloads | Jeremy Kemper | 2009-05-20 | 1 | -24/+1 |
* | Remove 'core' fluff. Hookable ActiveSupport.load_all! | Jeremy Kemper | 2009-05-20 | 1 | -2/+9 |
* | Make module dependency DSL opt in | Joshua Peek | 2009-05-07 | 1 | -0/+1 |
* | Merge branch 'master' into cherry | Jeremy Kemper | 2009-04-22 | 1 | -1/+0 |
|\ |
|
| * | Opt in to JSON | Jeremy Kemper | 2009-04-22 | 1 | -1/+0 |
* | | Opt in to Dependencies | Jeremy Kemper | 2009-04-22 | 1 | -1/+0 |
|/ |
|
* | No more free lunch | Jeremy Kemper | 2009-04-22 | 1 | -3/+0 |
* | Merge branch 'master' into cherry | Jeremy Kemper | 2009-04-20 | 1 | -0/+2 |
|\ |
|
| * | Add support for callbacks | Yehuda Katz | 2009-02-27 | 1 | -0/+1 |
| * | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 1 | -0/+1 |
* | | Move AS::Duration autoload to core/time/autoload | Jeremy Kemper | 2009-04-20 | 1 | -1/+0 |
* | | Encapsulate date/time core extensions and constant autoloads in active_suppor... | Jeremy Kemper | 2009-03-31 | 1 | -3/+3 |
|/ |
|
* | Autoload ActiveSupport::XmlMini | Jeremy Kemper | 2008-11-26 | 1 | -0/+1 |
* | Merge branch 'master' of git@github.com:rails/rails | Jeremy Kemper | 2008-11-25 | 1 | -0/+1 |
|\ |
|
| * | Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc... | Michael Koziarski | 2008-11-25 | 1 | -0/+1 |
* | | AS::Dependencies also has core extensions; don't autoload it. | Jeremy Kemper | 2008-11-24 | 1 | -1/+1 |
|/ |
|
* | Add config.preload_frameworks to load all frameworks at startup. Default to f... | Jeremy Kemper | 2008-11-24 | 1 | -2/+0 |
* | JSON can't be autoloaded since it includes core extensions | Jeremy Kemper | 2008-11-24 | 1 | -1/+1 |
* | require json lib when serialization is loaded | Joshua Peek | 2008-11-24 | 1 | -1/+1 |
* | Add LAZY env flag for testing autoload/lazy load feature | Joshua Peek | 2008-11-24 | 1 | -1/+1 |
* | Autoload more ActiveSupport libs | Joshua Peek | 2008-11-24 | 1 | -22/+19 |
* | Autoload ActiveSupport::Duration, Gzip, OptionMerger, OrderedHash, OrderedOpt... | Jeremy Kemper | 2008-11-23 | 1 | -17/+14 |
* | Autoload ActiveSupport::SecureRandom and ::MessageVerifier | Jeremy Kemper | 2008-11-23 | 1 | -3/+5 |