Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use autoload instead of explicit requires for ActionController | Joshua Peek | 2008-11-23 | 1 | -2/+0 |
* | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -1/+3 |
* | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 1 | -1/+1 |
* | Include all helpers into ActionView::Helper | Joshua Peek | 2008-08-25 | 1 | -3/+1 |
* | Use output_buffer reader and writer methods exclusively instead of hitting th... | Jeremy Kemper | 2008-06-08 | 1 | -0/+5 |
* | Don't require AV::TestCases to have a helper class. Only include the helper c... | Jeremy Kemper | 2008-05-26 | 1 | -10/+4 |
* | Introduce ActionView::TestCase for testing view helpers. | Joshua Peek | 2008-04-19 | 1 | -0/+64 |