aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/benchmark_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix build: can't convert Regexp to Stringkennyj2012-05-191-1/+1
* add benchmark helper that works in erbSergey Nartimov2012-01-071-0/+24
* Unify benchmark APIs.José Valim2009-10-151-86/+0
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-6/+6
* Added :silence option to BenchmarkHelper#benchmark and turned log_level into ...David Heinemeier Hansson2009-01-011-24/+50
* Fixed tests (and the weird assumption that no logger would mean that the code...David Heinemeier Hansson2008-04-301-19/+7
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-2/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+2
* benchmark helper takes an optional log level, defaults to :info. Chose symbo...Jeremy Kemper2005-07-051-0/+72