aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright notices for 2013Andrew Nesbitt2012-12-311-1/+1
* Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObjectFrancesco Rodriguez2012-12-071-0/+1
* Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2Michael Koziarski2012-10-011-0/+1
* Make ActiveSupport::Autoload localJosé Valim2012-08-211-2/+1
* Fix the buildSantiago Pastorino2012-05-221-0/+1
* require active_support/lazy_load_hooks where is neededSantiago Pastorino2012-05-221-1/+0
* refactor lazy_load_hooks load positionJan Xie2012-05-221-0/+1
* Removed ActiveSupport#load_all!Pan Thomakos2012-03-181-14/+1
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-1/+0
* Merge pull request #4248 from andrew/2012Vijay Dev2011-12-311-1/+1
|\
| * Updated copyright notices for 2012Andrew Nesbitt2011-12-311-1/+1
* | Update activesupport/lib/active_support.rbJosé Valim2011-12-221-1/+1
* | Remove deprecations from Active Support.José Valim2011-12-201-1/+0
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-1/+1
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+1
|/
* Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa...Jon Leighton2011-05-231-1/+0
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+3
* Update copyright year in Active Resource and Active SupportVijay Dev2011-05-091-1/+1
* File watcher won't make the cut for 3.1. Maybe on 3.2.José Valim2011-04-231-1/+0
* Add initial FileWatcher implementation. The Backend is just an abstract imple...wycats2011-02-061-0/+1
* 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