Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build: can't convert Regexp to String | kennyj | 2012-05-19 | 1 | -1/+1 |
* | add benchmark helper that works in erb | Sergey Nartimov | 2012-01-07 | 1 | -0/+24 |
* | Unify benchmark APIs. | José Valim | 2009-10-15 | 1 | -86/+0 |
* | Ported the new ActionView::TestCase from 2-3-stable to master [#3260 | Erik Ostrom | 2009-09-28 | 1 | -6/+6 |
* | Added :silence option to BenchmarkHelper#benchmark and turned log_level into ... | David Heinemeier Hansson | 2009-01-01 | 1 | -24/+50 |
* | Fixed tests (and the weird assumption that no logger would mean that the code... | David Heinemeier Hansson | 2008-04-30 | 1 | -19/+7 |
* | Introduce ActionView::TestCase for testing view helpers. | Joshua Peek | 2008-04-19 | 1 | -2/+2 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -2/+2 |
* | benchmark helper takes an optional log level, defaults to :info. Chose symbo... | Jeremy Kemper | 2005-07-05 | 1 | -0/+72 |