| Commit message (Expand) | Author | Age | Files | Lines |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -5/+5 |
* | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single... | David Heinemeier Hansson | 2017-05-26 | 1 | -0/+1 |
* | deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display... | yuuji.yaginuma | 2017-02-08 | 1 | -2/+6 |
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 1 | -1/+1 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Add compatibility for Ruby 2.4 `to_time` changes | Andrew White | 2016-04-23 | 1 | -0/+9 |
* | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 1 | -0/+3 |
* | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 1 | -1/+1 |
* | renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker | Xavier Noria | 2015-12-09 | 1 | -1/+1 |
* | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 1 | -0/+1 |
* | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -2/+2 |
* | Avoid to define an initializer after the load_config_initializers | Rafael Mendonça França | 2015-04-07 | 1 | -0/+8 |
* | Add ActiveSupport::ArrayInquirer and Array#inquiry | George Claghorn | 2015-03-24 | 1 | -0/+1 |
* | Merge pull request #18090 from egilburg/patch-3 | Rafael Mendonça França | 2015-01-04 | 1 | -9/+1 |
|\ |
|
| * | simplify ActiveSupport.test_order definition | Eugene Gilburg | 2014-12-18 | 1 | -9/+2 |
* | | Update copyright notices to 2015 [ci skip] | Arun Agrawal | 2014-12-31 | 1 | -1/+1 |
|/ |
|
* | Add docs for AS::TestCase::test_order | claudiob | 2014-12-18 | 1 | -2/+2 |
* | Define the configuration at Active Support | Rafael Mendonça França | 2014-09-11 | 1 | -0/+10 |
* | update copyright notices to 2014. [ci skip] | Vipul A M | 2014-01-01 | 1 | -1/+1 |
* | Make load of NumberHelper thread safe | Rafael Mendonça França | 2013-12-02 | 1 | -0/+7 |
* | Remove deprecated AS::BasicObject, use AS::ProxyObject instead | Carlos Antonio da Silva | 2013-07-01 | 1 | -1/+0 |
* | Updated copyright notices for 2013 | Andrew Nesbitt | 2012-12-31 | 1 | -1/+1 |
* | Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject | Francesco Rodriguez | 2012-12-07 | 1 | -0/+1 |
* | Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2 | Michael Koziarski | 2012-10-01 | 1 | -0/+1 |
* | Make ActiveSupport::Autoload local | José Valim | 2012-08-21 | 1 | -2/+1 |
* | Fix the build | Santiago Pastorino | 2012-05-22 | 1 | -0/+1 |
* | require active_support/lazy_load_hooks where is needed | Santiago Pastorino | 2012-05-22 | 1 | -1/+0 |
* | refactor lazy_load_hooks load position | Jan Xie | 2012-05-22 | 1 | -0/+1 |
* | Removed ActiveSupport#load_all! | Pan Thomakos | 2012-03-18 | 1 | -14/+1 |
* | remove ActiveSupport::Base64 in favor of ::Base64 | Sergey Nartimov | 2012-01-02 | 1 | -1/+0 |
* | Merge pull request #4248 from andrew/2012 | Vijay Dev | 2011-12-31 | 1 | -1/+1 |
|\ |
|
| * | Updated copyright notices for 2012 | Andrew Nesbitt | 2011-12-31 | 1 | -1/+1 |
* | | Update activesupport/lib/active_support.rb | José Valim | 2011-12-22 | 1 | -1/+1 |
* | | 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 |