aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/benchmarkable.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | It's sometimes hard to quickly find where deprecated call was performed, especially in case of migrating between Rails versions. So this is an attempt to improve the call stack part of the warning message by providing caller explicitly.
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-15/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/configurable.rb activesupport/lib/active_support/core_ext/module/deprecation.rb guides/source/action_controller_overview.md guides/source/active_support_core_extensions.md guides/source/ajax_on_rails.textile guides/source/association_basics.textile guides/source/upgrading_ruby_on_rails.md While resolving conflicts, I have chosen to ignore changes done in docrails at some places - these will be most likely 1.9 hash syntax changes.
| * update AS docs [ci skip]Francesco Rodriguez2012-09-171-15/+17
| |
* | Deprecate ActiveSupport::Benchmarkable#silence.Steve Klabnik2012-09-151-0/+1
|/ | | | | | | Due to its lack of thread safety, we're deprecating this, and it will be removed in Rails 4.1. Fixes #4060.
* logger.silence is deprecatedjlxw2012-02-271-1/+1
|
* general formatting cleanup, and clarify that passing true as third option ↵Matt Jankowski2011-07-011-11/+11
| | | | for benchmarking will stop output OTHER THAN the timing output itself
* 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
| | | | 's/[ \t]*$//' -i {} \;)
* requires active_support/core_ext/hash/keys in benchmarkable because it uses ↵Xavier Noria2010-01-011-0/+1
| | | | assert_valid_keys
* Unify benchmark APIs.José Valim2009-10-151-0/+59