| Commit message (Expand) | Author | Age | Files | Lines |
* | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -2/+2 |
* | [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 | -2/+2 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | Make benchmark('something', silence: true) actually work | David Heinemeier Hansson | 2016-02-20 | 1 | -1/+1 |
* | Remove ActiveSupport::Benchmarkable#silence was deprecated. | kennyj | 2013-06-01 | 1 | -10/+0 |
* | Make caller attribute in deprecation methods optional | Alexey Gaziev | 2012-10-30 | 1 | -1/+1 |
* | Provide a call stack for deprecation warnings where needed. | Nikita Afanasenko | 2012-10-29 | 1 | -1/+2 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-21 | 1 | -15/+17 |
|\ |
|
| * | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -15/+17 |
* | | Deprecate ActiveSupport::Benchmarkable#silence. | Steve Klabnik | 2012-09-15 | 1 | -0/+1 |
|/ |
|
* | logger.silence is deprecated | jlxw | 2012-02-27 | 1 | -1/+1 |
* | general formatting cleanup, and clarify that passing true as third option for... | Matt Jankowski | 2011-07-01 | 1 | -11/+11 |
* | Removed deprecated methods and related tests from ActiveSupport | Josh Kalderimis | 2011-05-25 | 1 | -7/+2 |
* | Remove extra white spaces on ActiveSupport docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -3/+3 |
* | requires active_support/core_ext/hash/keys in benchmarkable because it uses a... | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | Unify benchmark APIs. | José Valim | 2009-10-15 | 1 | -0/+59 |