aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Always pull in version for frameworks (standardize autoload / require / none)wycats2010-10-101-1/+1
* Make ActiveSupport load own version.Barry Sears2010-10-101-0/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-1/+2
* Add ActiveSupport::FileUpdateChecker.José Valim2010-06-201-1/+3
* Add ActiveSupport::DescendantsTracker.José Valim2010-06-191-0/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+3
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-0/+1
* Unvendor'd MemCache-Client. Now requires the MemCache Client gem as a depend...Mikel Lindsaar2010-01-281-2/+0
* Autoload AS test caseJoshua Peek2010-01-041-0/+2
* Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...José Valim2009-12-301-1/+0
* Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-3/+0
* Flip deferrable autoload conventionJoshua Peek2009-12-221-25/+28
* Should fix a few Sam Ruby fails.Yehuda Katz2009-12-031-1/+32
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+2
* Convert the other vendored libs to avoid pulling in old gems. Works even if r...Jeremy Kemper2009-09-241-1/+0
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-7/+1
* Restore AS vendor file until we get things sorted out in railtiesJoshua Peek2009-09-131-0/+1
* Load vendored i18n if its not found since its a real requirementJoshua Peek2009-09-131-1/+7
* Move AS vendor support into bundler.Joshua Peek2009-09-131-1/+1
* Extract autoloadsJeremy Kemper2009-05-201-24/+1
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-2/+9
* Make module dependency DSL opt inJoshua Peek2009-05-071-0/+1
* Merge branch 'master' into cherryJeremy Kemper2009-04-221-1/+0
|\
| * Opt in to JSONJeremy Kemper2009-04-221-1/+0
* | Opt in to DependenciesJeremy Kemper2009-04-221-1/+0
|/
* No more free lunchJeremy Kemper2009-04-221-3/+0
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-0/+2
|\
| * Add support for callbacksYehuda Katz2009-02-271-0/+1
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-0/+1
* | Move AS::Duration autoload to core/time/autoloadJeremy Kemper2009-04-201-1/+0
* | Encapsulate date/time core extensions and constant autoloads in active_suppor...Jeremy Kemper2009-03-311-3/+3
|/
* Autoload ActiveSupport::XmlMiniJeremy Kemper2008-11-261-0/+1
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-251-0/+1
|\
| * Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc...Michael Koziarski2008-11-251-0/+1
* | AS::Dependencies also has core extensions; don't autoload it.Jeremy Kemper2008-11-241-1/+1
|/
* Add config.preload_frameworks to load all frameworks at startup. Default to f...Jeremy Kemper2008-11-241-2/+0
* JSON can't be autoloaded since it includes core extensionsJeremy Kemper2008-11-241-1/+1
* require json lib when serialization is loadedJoshua Peek2008-11-241-1/+1
* Add LAZY env flag for testing autoload/lazy load featureJoshua Peek2008-11-241-1/+1
* Autoload more ActiveSupport libsJoshua Peek2008-11-241-22/+19
* Autoload ActiveSupport::Duration, Gzip, OptionMerger, OrderedHash, OrderedOpt...Jeremy Kemper2008-11-231-17/+14
* Autoload ActiveSupport::SecureRandom and ::MessageVerifierJeremy Kemper2008-11-231-3/+5
* Add ActiveSupport::MessageVerifier to aid users who need to store tamper-proo...Michael Koziarski2008-11-231-0/+1
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+1
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-1/+1
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-4/+0
* Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio...Pratik Naik2008-10-041-0/+2
* I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...Sven Fuchs2008-09-201-1/+1
* Merge commit 'sven/i18n'Jeremy Kemper2008-08-271-3/+1
|\
| * I18n: removed call to #populate from main library filesMarko Seppae2008-08-271-3/+1