| Commit message (Expand) | Author | Age | Files | Lines |
* | Make assert_template failure message more friendly | Jeffrey Hardy | 2008-08-05 | 1 | -2/+2 |
* | Small tweak to e0fef66 | Joshua Peek | 2008-07-13 | 1 | -3/+3 |
* | Made ActionView::Base#first_render a little more private. And added _last_ren... | Joshua Peek | 2008-07-13 | 1 | -2/+2 |
* | Refactor template preloading. New abstractions include Renderable mixins and ... | Joshua Peek | 2008-07-12 | 1 | -1/+1 |
* | Restore support for partial matches in assert_redirected_to | Michael Koziarski | 2008-07-12 | 1 | -2/+9 |
* | Simplify the implementation of assert_redirected_to to normalise the urls bef... | Michael Koziarski | 2008-07-04 | 1 | -76/+20 |
* | Fix assert_redirected_to for nested controllers and named routes | Gabe da Silveira | 2008-06-04 | 1 | -1/+1 |
* | assert_response, don't cry if @exception isn't available in the template | Jeremy Kemper | 2008-03-18 | 1 | -1/+3 |
* | assert_response failures include the exception message. Closes #10688. | Jeremy Kemper | 2008-01-05 | 1 | -1/+5 |
* | Add many examples to assertion documentation. Closes #7803 [jeremymcanally] | Marcel Molina | 2007-12-05 | 1 | -0/+1 |
* | Add examples in the documentation for various assertions. Closes #9938 [zapnap] | Marcel Molina | 2007-12-05 | 1 | -3/+27 |
* | Standardize on using hyphens rather than colons to separate option names from... | Marcel Molina | 2007-11-06 | 1 | -4/+4 |
* | Improve the error message for assert_redirected_to. Closes #7337 [mikong, san... | Jeremy Kemper | 2007-10-16 | 1 | -3/+2 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 1 | -1/+2 |
* | Roll back #7578, tests failed | David Heinemeier Hansson | 2007-09-22 | 1 | -2/+3 |
* | Improve the error message for assert_redirected_to (closes #7337) [sandofsky] | David Heinemeier Hansson | 2007-09-22 | 1 | -3/+2 |
* | Random hits from the style nazi | David Heinemeier Hansson | 2007-09-09 | 1 | -1/+1 |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 1 | -0/+2 |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 1 | -1/+1 |
* | Fix assert_redirected_to bug where redirecting from a nested to to a top-leve... | Rick Olson | 2006-12-25 | 1 | -2/+2 |
* | assert_response supports symbolic status codes. Closes #6569. | Jeremy Kemper | 2006-11-07 | 1 | -11/+15 |
* | Moved in deprecated assertions and remove duplicated requires | David Heinemeier Hansson | 2006-09-03 | 1 | -2/+0 |
* | Follow proper naming conventions | David Heinemeier Hansson | 2006-09-03 | 1 | -0/+137 |