aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/benchmarkable.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [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-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Make benchmark('something', silence: true) actually workDavid Heinemeier Hansson2016-02-201-1/+1
* Remove ActiveSupport::Benchmarkable#silence was deprecated.kennyj2013-06-011-10/+0
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-1/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-15/+17
|\
| * update AS docs [ci skip]Francesco Rodriguez2012-09-171-15/+17
* | Deprecate ActiveSupport::Benchmarkable#silence.Steve Klabnik2012-09-151-0/+1
|/
* logger.silence is deprecatedjlxw2012-02-271-1/+1
* general formatting cleanup, and clarify that passing true as third option for...Matt Jankowski2011-07-011-11/+11
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-7/+2
* Remove extra white spaces on ActiveSupport docs.Sebastian Martinez2011-05-231-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* requires active_support/core_ext/hash/keys in benchmarkable because it uses a...Xavier Noria2010-01-011-0/+1
* Unify benchmark APIs.José Valim2009-10-151-0/+59