aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/benchmarkable.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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