aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor after the most recent code reviewGenadi Samokovarov2019-04-191-1/+1
* Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-0/+1
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-0/+1
* Remove deprecated `halt_callback_chains_on_return_false` optionRafael Mendonça França2017-10-231-12/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-5/+5
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-5/+5
* ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-261-0/+1
* deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...yuuji.yaginuma2017-02-081-2/+6
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+9
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-0/+3
* Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
* renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateCheckerXavier Noria2015-12-091-1/+1
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-0/+1
* Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-2/+2
* Avoid to define an initializer after the load_config_initializersRafael Mendonça França2015-04-071-0/+8
* Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-0/+1
* Merge pull request #18090 from egilburg/patch-3Rafael Mendonça França2015-01-041-9/+1
|\
| * simplify ActiveSupport.test_order definitionEugene Gilburg2014-12-181-9/+2
* | Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-311-1/+1
|/
* Add docs for AS::TestCase::test_orderclaudiob2014-12-181-2/+2
* Define the configuration at Active SupportRafael Mendonça França2014-09-111-0/+10
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* Make load of NumberHelper thread safeRafael Mendonça França2013-12-021-0/+7
* Remove deprecated AS::BasicObject, use AS::ProxyObject insteadCarlos Antonio da Silva2013-07-011-1/+0
* 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